search book gone from command palette (#8002)

This commit is contained in:
Chris LaFreniere
2019-10-24 17:45:28 -07:00
committed by GitHub
parent 8918d1593c
commit 5cfad825fc

View File

@@ -251,6 +251,14 @@
{ {
"command": "notebook.command.saveBook", "command": "notebook.command.saveBook",
"when": "false" "when": "false"
},
{
"command": "notebook.command.searchBook",
"when": "false"
},
{
"command": "notebook.command.searchUntitledBook",
"when": "false"
} }
], ],
"touchBar": [ "touchBar": [