do not show Add Section from command palette (#17805)

This commit is contained in:
Barbara Valdez
2021-12-03 09:19:35 -08:00
committed by GitHub
parent 36364e10c4
commit f404edbb60

View File

@@ -424,6 +424,10 @@
"command": "notebook.command.addNotebook",
"when": "false"
},
{
"command": "notebook.command.addSection",
"when": "false"
},
{
"command": "notebook.command.addMarkdown",
"when": "false"