mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
add open book command to open any book from local sys (#8632)
* add open book command to open any book from local sys * no-floating promises * moved all the loc strings to common loc file * typos
This commit is contained in:
@@ -171,6 +171,15 @@
|
||||
"dark": "resources/dark/search_inverse.svg",
|
||||
"light": "resources/light/search.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"command": "notebook.command.openBook",
|
||||
"title": "%title.openJupyterBook%",
|
||||
"category": "%books-preview-category%",
|
||||
"icon": {
|
||||
"dark": "resources/dark/open_notebook_inverse.svg",
|
||||
"light": "resources/light/open_notebook.svg"
|
||||
}
|
||||
}
|
||||
],
|
||||
"languages": [
|
||||
@@ -312,6 +321,13 @@
|
||||
"group": "inline"
|
||||
}
|
||||
],
|
||||
"view/title": [
|
||||
{
|
||||
"command": "notebook.command.openBook",
|
||||
"when": "view == bookTreeView",
|
||||
"group": "navigation"
|
||||
}
|
||||
],
|
||||
"notebook/toolbar": [
|
||||
{
|
||||
"command": "jupyter.cmd.managePackages",
|
||||
|
||||
Reference in New Issue
Block a user