delete progress notification not needed (#20060)

This commit is contained in:
Vasu Bhog
2022-07-19 09:43:55 -07:00
committed by GitHub
parent bfbb78827f
commit 9e8b80f12f
2 changed files with 1 additions and 12 deletions

View File

@@ -73,7 +73,6 @@ export const userPasswordLater = localize('userPasswordLater', 'In order to user
export const openFile = localize('openFile', "Open File");
export const closeButton = localize('closeButton', "Close");
export const enterPasswordPrompt = localize('enterPasswordPrompt', '(Optional) Enter connection password to save in local.settings.json');
export const connectionProgressTitle = localize('connectionProgressTitle', "Testing SQL Server connection...");
export const enterTableName = localize('enterTableName', 'Enter SQL table to query');
export const enterViewName = localize('enterViewName', 'Enter SQL view to query');
export const enterTableNameToUpsert = localize('enterTableNameToUpsert', 'Enter SQL table to upsert into');