We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355803f commit 639b893Copy full SHA for 639b893
apps/vscode/package.json
@@ -296,8 +296,13 @@
296
},
297
{
298
"command": "quarto.insertCodeCell",
299
+ "icon": "$(insert)",
300
"title": "Insert Code Cell",
- "category": "Quarto"
301
+ "category": "Quarto",
302
+ "actionBarOptions": {
303
+ "controlType": "button",
304
+ "displayTitle": true
305
+ }
306
307
308
"command": "quarto.runSelection",
@@ -651,6 +656,13 @@
651
656
"group": "1_editor_mode"
652
657
}
653
658
],
659
+ "editor/actions/right": [
660
+ {
661
+ "command": "quarto.insertCodeCell",
662
+ "when": "editorLangId == quarto",
663
+ "group": "2_execute"
664
665
+ ],
654
666
"editor/context": [
655
667
668
"command": "quarto.formatCell",
0 commit comments