mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
do not show Add Section from command palette (#17805)
This commit is contained in:
@@ -424,6 +424,10 @@
|
|||||||
"command": "notebook.command.addNotebook",
|
"command": "notebook.command.addNotebook",
|
||||||
"when": "false"
|
"when": "false"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "notebook.command.addSection",
|
||||||
|
"when": "false"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "notebook.command.addMarkdown",
|
"command": "notebook.command.addMarkdown",
|
||||||
"when": "false"
|
"when": "false"
|
||||||
|
|||||||
Reference in New Issue
Block a user