enable properties dialog (#23691)

This commit is contained in:
Barbara Valdez
2023-07-07 11:41:28 -07:00
committed by GitHub
parent 3a7ce6ac24
commit 8048cab162

View File

@@ -567,7 +567,7 @@
}, },
{ {
"command": "mssql.objectProperties", "command": "mssql.objectProperties",
"when": "connectionProvider == MSSQL && serverInfo && !isCloud && nodeType && nodeType =~ /^(Database|Server)$/ && mssql:engineedition != 11 && isDevelopment", "when": "connectionProvider == MSSQL && serverInfo && !isCloud && nodeType && nodeType =~ /^(Database|Server)$/ && mssql:engineedition != 11 && config.workbench.enablePreviewFeatures",
"group": "z_objectexplorer@3" "group": "z_objectexplorer@3"
}, },
{ {