Add progress bar for adding sql binding (#18923)

* add progress bar for adding sql binding
This commit is contained in:
Vasu Bhog
2022-04-04 15:13:00 -07:00
committed by GitHub
parent 2d9004e481
commit 69c254aeac
2 changed files with 10 additions and 1 deletions

View File

@@ -80,3 +80,4 @@ export const enterPasswordManually = localize('enterPasswordManually', 'Enter pa
export const userPasswordLater = localize('userPasswordLater', 'In order to user the SQL connection string later you will need to manually enter the password in your local.settings.json file.');
export const openFile = localize('openFile', "Open File");
export const closeButton = localize('closeButton', "Close");
export function addSqlBinding(functionName: string) { return localize('addSqlBinding', 'Adding SQL Binding to function "{0}"...'), functionName; }