hide save book action from command pallet (#7981)

This commit is contained in:
Maddy
2019-10-24 14:44:35 -07:00
committed by GitHub
parent 684fb2566b
commit d660405e73

View File

@@ -143,6 +143,7 @@
{
"command": "notebook.command.saveBook",
"title": "%title.saveJupyterBook%",
"category": "%books-preview-category%",
"icon": {
"dark": "resources/dark/save_inverse.svg",
"light": "resources/light/save.svg"
@@ -151,6 +152,7 @@
{
"command": "notebook.command.searchBook",
"title": "%title.searchJupyterBook%",
"category": "%books-preview-category%",
"icon": {
"dark": "resources/dark/search_inverse.svg",
"light": "resources/light/search.svg"
@@ -159,6 +161,7 @@
{
"command": "notebook.command.searchUntitledBook",
"title": "%title.searchJupyterBook%",
"category": "%books-preview-category%",
"icon": {
"dark": "resources/dark/search_inverse.svg",
"light": "resources/light/search.svg"
@@ -244,6 +247,10 @@
{
"command": "books.sqlserver2019",
"when": "sqlserver2019"
},
{
"command": "notebook.command.saveBook",
"when": "false"
}
],
"touchBar": [