mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Enable no-unsafe-assignments for MSSQL (#23407)
* Enable no-unsafe-assignments for MSSQL * Remove toString
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
}
|
||||
],
|
||||
"commands": [
|
||||
{
|
||||
"command": "objectExplorer.scriptAsAlter",
|
||||
"title": "Script as Alter"
|
||||
},
|
||||
{
|
||||
"command": "mssql.exportSqlAsNotebook",
|
||||
"title": "%mssql.exportSqlAsNotebook%"
|
||||
@@ -491,6 +495,11 @@
|
||||
}
|
||||
],
|
||||
"objectExplorer/item/context": [
|
||||
{
|
||||
"command": "objectExplorer.scriptAsAlter",
|
||||
"when": "nodeType == Table",
|
||||
"group": "0_query@5"
|
||||
},
|
||||
{
|
||||
"command": "mssql.designTable",
|
||||
"when": "connectionProvider == MSSQL && nodeType == Table && nodeSubType != LedgerDropped",
|
||||
|
||||
Reference in New Issue
Block a user