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