mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Remove 'Script As Alter' command and don't show for table nodes (#24352)
This commit is contained in:
@@ -31,10 +31,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
|
||||||
"command": "objectExplorer.scriptAsAlter",
|
|
||||||
"title": "Script as Alter"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"command": "mssql.exportSqlAsNotebook",
|
"command": "mssql.exportSqlAsNotebook",
|
||||||
"title": "%mssql.exportSqlAsNotebook%"
|
"title": "%mssql.exportSqlAsNotebook%"
|
||||||
@@ -541,11 +537,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"objectExplorer/item/context": [
|
"objectExplorer/item/context": [
|
||||||
{
|
|
||||||
"command": "objectExplorer.scriptAsAlter",
|
|
||||||
"when": "nodeType == Table",
|
|
||||||
"group": "0_query@5"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"command": "mssql.designTable",
|
"command": "mssql.designTable",
|
||||||
"when": "connectionProvider == MSSQL && nodeType == Table && nodeSubType != LedgerDropped",
|
"when": "connectionProvider == MSSQL && nodeType == Table && nodeSubType != LedgerDropped",
|
||||||
|
|||||||
Reference in New Issue
Block a user