mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 12:08:36 -05:00
Auto-refresh OE with table designer (#23370)
This commit is contained in:
@@ -38,7 +38,7 @@ export function registerTableDesignerCommands(appContext: AppContext) {
|
||||
connectionString: connectionString,
|
||||
accessToken: context.connectionProfile!.options.azureAccountToken,
|
||||
tableIcon: tableIcon
|
||||
}, telemetryInfo);
|
||||
}, telemetryInfo, context);
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
await vscode.window.showErrorMessage(getErrorMessage(error), { modal: true });
|
||||
@@ -70,7 +70,7 @@ export function registerTableDesignerCommands(appContext: AppContext) {
|
||||
connectionString: connectionString,
|
||||
accessToken: context.connectionProfile!.options.azureAccountToken,
|
||||
tableIcon: tableIcon
|
||||
}, telemetryInfo);
|
||||
}, telemetryInfo, context);
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
await vscode.window.showErrorMessage(getErrorMessage(error), { modal: true });
|
||||
|
||||
Reference in New Issue
Block a user