Skip to content

Commit facdca6

Browse files
committed
Fix SQL notebook cell execution shortcut
1 parent 5ac9dbe commit facdca6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

extensions/mssql/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,6 +1622,12 @@
16221622
"mac": "cmd+shift+e",
16231623
"when": "editorTextFocus && editorLangId == 'sql' && !notebookEditorFocused"
16241624
},
1625+
{
1626+
"command": "notebook.cell.execute",
1627+
"key": "ctrl+shift+e",
1628+
"mac": "cmd+shift+e",
1629+
"when": "notebookCellListFocused && notebookMissingKernelExtension && !notebookCellExecuting && notebookCellType == 'code' || notebookCellListFocused && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelCount > 0 || notebookCellListFocused && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelSourceCount > 0"
1630+
},
16251631
{
16261632
"command": "mssql.connect",
16271633
"key": "ctrl+shift+c",

0 commit comments

Comments
 (0)