Remove 'Script As Alter' command and don't show for table nodes (#24352)
This commit is contained in:
Родитель
1f98dad498
Коммит
ff4758c048
|
@ -31,10 +31,6 @@
|
|||
}
|
||||
],
|
||||
"commands": [
|
||||
{
|
||||
"command": "objectExplorer.scriptAsAlter",
|
||||
"title": "Script as Alter"
|
||||
},
|
||||
{
|
||||
"command": "mssql.exportSqlAsNotebook",
|
||||
"title": "%mssql.exportSqlAsNotebook%"
|
||||
|
@ -541,11 +537,6 @@
|
|||
}
|
||||
],
|
||||
"objectExplorer/item/context": [
|
||||
{
|
||||
"command": "objectExplorer.scriptAsAlter",
|
||||
"when": "nodeType == Table",
|
||||
"group": "0_query@5"
|
||||
},
|
||||
{
|
||||
"command": "mssql.designTable",
|
||||
"when": "connectionProvider == MSSQL && nodeType == Table && nodeSubType != LedgerDropped",
|
||||
|
|
Загрузка…
Ссылка в новой задаче