mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add Keybindings for some Markdown Toolbar Actions (#17198)
* Add Keybindings for some markdown toolbar * add extension registry * when in text cell stopPropagation to only trigger one command
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
"notebook.command.addcode": "Add Code Cell",
|
||||
"notebook.command.addtext": "Add Text Cell",
|
||||
"notebook.command.addcell": "Add Cell",
|
||||
"notebook.command.boldText": "Bold Markdown Text",
|
||||
"notebook.command.italicizeText": "Italicize Markdown Text",
|
||||
"notebook.command.underlineText": "Underline Markdown Text",
|
||||
"notebook.command.codeBlock": "Add Code Block",
|
||||
"title.analyzeJupyterNotebook": "Analyze in Notebook",
|
||||
"title.newJupyterNotebook": "New Notebook",
|
||||
"title.openJupyterNotebook": "Open Notebook",
|
||||
|
||||
Reference in New Issue
Block a user