mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
remove the access point (#23105)
This commit is contained in:
@@ -163,11 +163,6 @@
|
|||||||
"command": "jupyter.reinstallDependencies",
|
"command": "jupyter.reinstallDependencies",
|
||||||
"title": "%title.reinstallNotebookDependencies%"
|
"title": "%title.reinstallNotebookDependencies%"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"command": "books.sqlserver2019",
|
|
||||||
"title": "%title.SQL19PreviewBook%",
|
|
||||||
"category": "%books-preview-category%"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"command": "books.command.openLocalizedBooks",
|
"command": "books.command.openLocalizedBooks",
|
||||||
"title": "%title.PreviewLocalizedBook%",
|
"title": "%title.PreviewLocalizedBook%",
|
||||||
@@ -380,10 +375,6 @@
|
|||||||
"command": "jupyter.cmd.managePackages",
|
"command": "jupyter.cmd.managePackages",
|
||||||
"when": "false"
|
"when": "false"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"command": "books.sqlserver2019",
|
|
||||||
"when": "sqlserver2019"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"command": "notebook.command.saveBook",
|
"command": "notebook.command.saveBook",
|
||||||
"when": "false"
|
"when": "false"
|
||||||
@@ -542,10 +533,6 @@
|
|||||||
"when": "view == bookTreeView",
|
"when": "view == bookTreeView",
|
||||||
"group": "navigation"
|
"group": "navigation"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"command": "books.sqlserver2019",
|
|
||||||
"when": "view == providedBooksView"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"command": "notebook.command.openNotebookFolder",
|
"command": "notebook.command.openNotebookFolder",
|
||||||
"when": "view == bookTreeView",
|
"when": "view == bookTreeView",
|
||||||
|
|||||||
Reference in New Issue
Block a user