File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 365365 ]
366366 },
367367 "commands" : [
368+ {
369+ "command" : " vscode-db2i.language.getStatements" ,
370+ "title" : " Get statements" ,
371+ "category" : " Db2 for i"
372+ },
368373 {
369374 "command" : " vscode-db2i.json.pasteGenerator" ,
370375 "title" : " Paste JSON as SQL" ,
794799 ],
795800 "menus" : {
796801 "commandPalette" : [
802+ {
803+ "command" : " vscode-db2i.language.getStatements" ,
804+ "when" : " never"
805+ },
797806 {
798807 "command" : " vscode-db2i.getStatementUri" ,
799808 "when" : " editorLangId == sql"
Original file line number Diff line number Diff line change 9696 ]
9797 },
9898 "commands" : [
99+ {
100+ "command" : " vscode-db2i.language.getStatements" ,
101+ "title" : " Get statements" ,
102+ "category" : " Db2 for i"
103+ },
99104 {
100105 "command" : " vscode-db2i.json.pasteGenerator" ,
101106 "title" : " Paste JSON as SQL" ,
114119 ],
115120 "menus" : {
116121 "commandPalette" : [
122+ {
123+ "command" : " vscode-db2i.language.getStatements" ,
124+ "when" : " never"
125+ },
117126 {
118127 "command" : " vscode-db2i.getStatementUri" ,
119128 "when" : " editorLangId == sql"
You can’t perform that action at this time.
0 commit comments