File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 14581458 "mac" : " cmd+ctrl+r" ,
14591459 "when" : " editorLangId == sql"
14601460 },
1461+ {
1462+ "command" : " vscode-db2i.runEditorStatement.multiple.all" ,
1463+ "key" : " ctrl+shift+a" ,
1464+ "mac" : " cmd+shift+a" ,
1465+ "when" : " editorLangId == sql && resourceExtname != .inb"
1466+ },
1467+ {
1468+ "command" : " vscode-db2i.runEditorStatement.multiple.from" ,
1469+ "key" : " ctrl+shift+r" ,
1470+ "mac" : " cmd+shift+r" ,
1471+ "when" : " editorLangId == sql && resourceExtname != .inb"
1472+ },
14611473 {
14621474 "command" : " vscode-db2i.editorExplain.withRun" ,
14631475 "key" : " ctrl+u" ,
Original file line number Diff line number Diff line change 215215 "mac" : " cmd+ctrl+r" ,
216216 "when" : " editorLangId == sql"
217217 },
218+ {
219+ "command" : " vscode-db2i.runEditorStatement.multiple.all" ,
220+ "key" : " ctrl+shift+a" ,
221+ "mac" : " cmd+shift+a" ,
222+ "when" : " editorLangId == sql && resourceExtname != .inb"
223+ },
224+ {
225+ "command" : " vscode-db2i.runEditorStatement.multiple.from" ,
226+ "key" : " ctrl+shift+r" ,
227+ "mac" : " cmd+shift+r" ,
228+ "when" : " editorLangId == sql && resourceExtname != .inb"
229+ },
218230 {
219231 "command" : " vscode-db2i.editorExplain.withRun" ,
220232 "key" : " ctrl+u" ,
You can’t perform that action at this time.
0 commit comments