mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 02:02:35 -05:00
add progress noticiations for database that would contain lots of tables (#19572)
This commit is contained in:
@@ -77,6 +77,7 @@ export const connectionProgressTitle = localize('connectionProgressTitle', "Test
|
||||
export const enterObjectName = localize('enterObjectName', 'Enter SQL table or view to query');
|
||||
export const enterObjectNameToUpsert = localize('enterObjectNameToUpsert', 'Enter SQL table to upsert into');
|
||||
export const selectTable = localize('selectTable', 'Select table to use');
|
||||
export const tableListProgressTitle = localize('tableListProgressTitle', "Fetching tables for selected database...");
|
||||
export const selectConnectionError = (err?: any): string => err ? localize('selectConnectionError', "Failed to set connection string app setting: {0}", utils.getErrorMessage(err)) : localize('unableToSetConnectionString', "Failed to set connection string app setting");
|
||||
export function selectBindingType(funcName?: string): string { return funcName ? localize('selectBindingTypeToSpecifiedFunction', "Select type of binding for the function '{0}'", funcName) : localize('selectBindingType', "Select type of binding"); }
|
||||
export function settingAlreadyExists(settingName: string): string { return localize('SettingAlreadyExists', 'Local app setting \'{0}\' already exists. Overwrite?', settingName); }
|
||||
|
||||
Reference in New Issue
Block a user