Enable VS Code notebooks with a built-in SQL kernel. (#21995)

This commit is contained in:
Cory Rivera
2023-02-23 16:22:46 -08:00
committed by GitHub
parent 290687a207
commit f53119c2a6
66 changed files with 4962 additions and 318 deletions

View File

@@ -67,6 +67,11 @@
"category": "MSSQL",
"title": "%title.designTable%"
},
{
"command": "mssql.changeNotebookConnection",
"category": "MSSQL",
"title": "%title.changeNotebookConnection%"
},
{
"command": "mssql.newLogin",
"category": "MSSQL",
@@ -418,6 +423,10 @@
"command": "mssql.designTable",
"when": "false"
},
{
"command": "mssql.changeNotebookConnection",
"when": "false"
},
{
"command": "mssql.newServerRole",
"when": "false"