mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
fix menu item not showing up for non-English languages (#20224)
* new object type property * vbump sts * fix azure tree * mark as optional * Fix test errors
This commit is contained in:
@@ -511,7 +511,7 @@
|
||||
},
|
||||
{
|
||||
"command": "mssql.newTable",
|
||||
"when": "connectionProvider == MSSQL && nodeType == Folder && nodeLabel == Tables && config.workbench.enablePreviewFeatures",
|
||||
"when": "connectionProvider == MSSQL && nodeType == Folder && objectType == Tables && config.workbench.enablePreviewFeatures",
|
||||
"group": "0_query@1"
|
||||
}
|
||||
],
|
||||
@@ -523,7 +523,7 @@
|
||||
},
|
||||
{
|
||||
"command": "mssql.newTable",
|
||||
"when": "connectionProvider == MSSQL && nodeType == Folder && nodeLabel == Tables && config.workbench.enablePreviewFeatures",
|
||||
"when": "connectionProvider == MSSQL && nodeType == Folder && objectType == Tables && config.workbench.enablePreviewFeatures",
|
||||
"group": "connection@1"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user