Skip to content

Commit 5ac9dbe

Browse files
committed
Revert "Fix SQL notebook execution shortcut scope to SQL kernel"
This reverts commit cf14691.
1 parent cf14691 commit 5ac9dbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/database-management-keymap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"command": "notebook.cell.execute",
5252
"key": "f5",
5353
"mac": "f5",
54-
"when": "notebookCellListFocused && notebookKernelId == 'ms-mssql.sql-notebook-controller' && notebookMissingKernelExtension && !notebookCellExecuting && notebookCellType == 'code' || notebookCellListFocused && notebookKernelId == 'ms-mssql.sql-notebook-controller' && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelCount > 0 || notebookCellListFocused && notebookKernelId == 'ms-mssql.sql-notebook-controller' && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelSourceCount > 0"
54+
"when": "notebookCellListFocused && notebookMissingKernelExtension && !notebookCellExecuting && notebookCellType == 'code' || notebookCellListFocused && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelCount > 0 || notebookCellListFocused && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelSourceCount > 0"
5555
},
5656
{
5757
"command": "mssql.runCurrentStatement",

0 commit comments

Comments
 (0)