mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25: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 name = context.nodeInfo!.metadata!.name;
|
||||
const connectionString = await azdata.connection.getConnectionString(context.connectionProfile!.id, true);
|
||||
if (connectionString) {
|
||||
if (!connectionString) {
|
||||
throw new Error(FailedToGetConnectionStringError);
|
||||
}
|
||||
const tableIcon = context.nodeInfo!.nodeSubType as azdata.designers.TableIcon;
|
||||
|
||||
Reference in New Issue
Block a user