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 365
365
]
366
366
},
367
367
"commands" : [
368
+ {
369
+ "command" : " vscode-db2i.language.getStatements" ,
370
+ "title" : " Get statements" ,
371
+ "category" : " Db2 for i"
372
+ },
368
373
{
369
374
"command" : " vscode-db2i.json.pasteGenerator" ,
370
375
"title" : " Paste JSON as SQL" ,
794
799
],
795
800
"menus" : {
796
801
"commandPalette" : [
802
+ {
803
+ "command" : " vscode-db2i.language.getStatements" ,
804
+ "when" : " never"
805
+ },
797
806
{
798
807
"command" : " vscode-db2i.getStatementUri" ,
799
808
"when" : " editorLangId == sql"
Original file line number Diff line number Diff line change 96
96
]
97
97
},
98
98
"commands" : [
99
+ {
100
+ "command" : " vscode-db2i.language.getStatements" ,
101
+ "title" : " Get statements" ,
102
+ "category" : " Db2 for i"
103
+ },
99
104
{
100
105
"command" : " vscode-db2i.json.pasteGenerator" ,
101
106
"title" : " Paste JSON as SQL" ,
114
119
],
115
120
"menus" : {
116
121
"commandPalette" : [
122
+ {
123
+ "command" : " vscode-db2i.language.getStatements" ,
124
+ "when" : " never"
125
+ },
117
126
{
118
127
"command" : " vscode-db2i.getStatementUri" ,
119
128
"when" : " editorLangId == sql"
You can’t perform that action at this time.
0 commit comments