mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Touchbar icon support in notebooks (#4998)
* Touchbar icon support in notebooks - updated shortcut keys to only work if notebook is active - Added icons - Now have 1 "add cell" icon that prompts for code/text. This is useful as there wasn't an icon to differentiate
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"notebook.command.runactivecell": "Run Cell",
|
||||
"notebook.command.addcode": "Add Code Cell",
|
||||
"notebook.command.addtext": "Add Text Cell",
|
||||
"notebook.command.addcell": "Add Cell",
|
||||
"title.analyzeJupyterNotebook": "Analyze in Notebook",
|
||||
"title.newJupyterNotebook": "New Notebook",
|
||||
"title.openJupyterNotebook": "Open Notebook",
|
||||
|
||||
Reference in New Issue
Block a user