Skip to content

Commit

Permalink
Only enable command when active file is SQL
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Allan <[email protected]>
  • Loading branch information
worksofliam committed May 7, 2023
1 parent 9a0e8d4 commit 1a0d7b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@
{
"command": "vscode-db2i.runEditorStatement",
"key": "ctrl+r",
"mac": "cmd+r"
"mac": "cmd+r",
"when": "editorLangId == sql"
}
],
"commands": [
Expand Down

0 comments on commit 1a0d7b3

Please sign in to comment.