Skip to content

Commit

Permalink
added shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Jun 6, 2024
1 parent 46f4d95 commit 3aa36df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,12 @@
"key": "ctrl+shift+r",
"mac": "cmd+shift+r",
"when": "editorLangId == q && !(resourceFilename =~ /.kdb.q/)"
},
{
"command": "kdb.execute.block",
"key": "ctrl+shift+e",
"mac": "cmd+shift+e",
"when": "editorLangId == q && !(resourceFilename =~ /.kdb.q/)"
}
],
"snippets": [
Expand Down
1 change: 1 addition & 0 deletions test/suite/qLangServer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ describe("qLangServer", () => {
onRenameRequest() {},
onCompletion() {},
onDidChangeConfiguration() {},
onRequest() {},
});

const params = <InitializeParams>{
Expand Down

0 comments on commit 3aa36df

Please sign in to comment.