mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 11:01:37 -05:00
revert changes for testing (#22544)
This commit is contained in:
@@ -53,7 +53,7 @@ export function registerTableDesignerCommands(appContext: AppContext) {
|
|||||||
const schema = context.nodeInfo!.metadata!.schema;
|
const schema = context.nodeInfo!.metadata!.schema;
|
||||||
const name = context.nodeInfo!.metadata!.name;
|
const name = context.nodeInfo!.metadata!.name;
|
||||||
const connectionString = await azdata.connection.getConnectionString(context.connectionProfile!.id, true);
|
const connectionString = await azdata.connection.getConnectionString(context.connectionProfile!.id, true);
|
||||||
if (connectionString) {
|
if (!connectionString) {
|
||||||
throw new Error(FailedToGetConnectionStringError);
|
throw new Error(FailedToGetConnectionStringError);
|
||||||
}
|
}
|
||||||
const tableIcon = context.nodeInfo!.nodeSubType as azdata.designers.TableIcon;
|
const tableIcon = context.nodeInfo!.nodeSubType as azdata.designers.TableIcon;
|
||||||
|
|||||||
Reference in New Issue
Block a user