add preview flag for table designer (#18253)

This commit is contained in:
Alan Ren
2022-02-09 09:38:14 -08:00
committed by GitHub
parent 9b3dd4247c
commit 021b7f6e71
4 changed files with 23 additions and 22 deletions

View File

@@ -501,12 +501,12 @@
},
{
"command": "mssql.designTable",
"when": "connectionProvider == MSSQL && nodeType == Table && config.tableDesigner.enableFeature",
"when": "connectionProvider == MSSQL && nodeType == Table && config.workbench.enablePreviewFeatures",
"group": "0_query@3"
},
{
"command": "mssql.newTable",
"when": "connectionProvider == MSSQL && nodeType == Folder && nodeLabel == Tables && config.tableDesigner.enableFeature",
"when": "connectionProvider == MSSQL && nodeType == Folder && nodeLabel == Tables && config.workbench.enablePreviewFeatures",
"group": "0_query@1"
}
],