Skip to content

Commit

Permalink
Remove 'Script As Alter' command and don't show for table nodes (#24352)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheenamalhotra authored Sep 8, 2023
1 parent 1f98dad commit ff4758c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions extensions/mssql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
}
],
"commands": [
{
"command": "objectExplorer.scriptAsAlter",
"title": "Script as Alter"
},
{
"command": "mssql.exportSqlAsNotebook",
"title": "%mssql.exportSqlAsNotebook%"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ff4758c

Please sign in to comment.