mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
hide save book action from command pallet (#7981)
This commit is contained in:
@@ -143,6 +143,7 @@
|
|||||||
{
|
{
|
||||||
"command": "notebook.command.saveBook",
|
"command": "notebook.command.saveBook",
|
||||||
"title": "%title.saveJupyterBook%",
|
"title": "%title.saveJupyterBook%",
|
||||||
|
"category": "%books-preview-category%",
|
||||||
"icon": {
|
"icon": {
|
||||||
"dark": "resources/dark/save_inverse.svg",
|
"dark": "resources/dark/save_inverse.svg",
|
||||||
"light": "resources/light/save.svg"
|
"light": "resources/light/save.svg"
|
||||||
@@ -151,6 +152,7 @@
|
|||||||
{
|
{
|
||||||
"command": "notebook.command.searchBook",
|
"command": "notebook.command.searchBook",
|
||||||
"title": "%title.searchJupyterBook%",
|
"title": "%title.searchJupyterBook%",
|
||||||
|
"category": "%books-preview-category%",
|
||||||
"icon": {
|
"icon": {
|
||||||
"dark": "resources/dark/search_inverse.svg",
|
"dark": "resources/dark/search_inverse.svg",
|
||||||
"light": "resources/light/search.svg"
|
"light": "resources/light/search.svg"
|
||||||
@@ -159,6 +161,7 @@
|
|||||||
{
|
{
|
||||||
"command": "notebook.command.searchUntitledBook",
|
"command": "notebook.command.searchUntitledBook",
|
||||||
"title": "%title.searchJupyterBook%",
|
"title": "%title.searchJupyterBook%",
|
||||||
|
"category": "%books-preview-category%",
|
||||||
"icon": {
|
"icon": {
|
||||||
"dark": "resources/dark/search_inverse.svg",
|
"dark": "resources/dark/search_inverse.svg",
|
||||||
"light": "resources/light/search.svg"
|
"light": "resources/light/search.svg"
|
||||||
@@ -244,6 +247,10 @@
|
|||||||
{
|
{
|
||||||
"command": "books.sqlserver2019",
|
"command": "books.sqlserver2019",
|
||||||
"when": "sqlserver2019"
|
"when": "sqlserver2019"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "notebook.command.saveBook",
|
||||||
|
"when": "false"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"touchBar": [
|
"touchBar": [
|
||||||
|
|||||||
Reference in New Issue
Block a user