mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Jupyter Book Search First Steps (#7704)
* Crawling for book search. needs icon * Remove context until decision on entry point * Add undefined check
This commit is contained in:
@@ -147,6 +147,14 @@
|
||||
"dark": "resources/dark/save_inverse.svg",
|
||||
"light": "resources/light/save.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"command": "notebook.command.searchBook",
|
||||
"title": "%title.searchJupyterBook%",
|
||||
"icon": {
|
||||
"dark": "resources/dark/manage_inverse.svg",
|
||||
"light": "resources/light/manage.svg"
|
||||
}
|
||||
}
|
||||
],
|
||||
"languages": [
|
||||
|
||||
Reference in New Issue
Block a user