We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac9dbe commit facdca6Copy full SHA for facdca6
1 file changed
extensions/mssql/package.json
@@ -1622,6 +1622,12 @@
1622
"mac": "cmd+shift+e",
1623
"when": "editorTextFocus && editorLangId == 'sql' && !notebookEditorFocused"
1624
},
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
+ },
1631
{
1632
"command": "mssql.connect",
1633
"key": "ctrl+shift+c",
0 commit comments