File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 319
319
},
320
320
{
321
321
"command" : " vscode-db2i.getStatementUri" ,
322
- "title" : " Get shared statement URI" ,
322
+ "title" : " Copy sharable statement URI" ,
323
323
"category" : " Db2 for i"
324
324
},
325
325
{
755
755
}
756
756
],
757
757
"editor/context" : [
758
+ {
759
+ "command" : " vscode-db2i.getStatementUri" ,
760
+ "group" : " sql@0" ,
761
+ "when" : " editorLangId == sql"
762
+ },
758
763
{
759
764
"command" : " vscode-db2i.json.pasteGenerator" ,
760
765
"group" : " sql@1" ,
Original file line number Diff line number Diff line change 97
97
},
98
98
{
99
99
"command" : " vscode-db2i.getStatementUri" ,
100
- "title" : " Get shared statement URI" ,
100
+ "title" : " Copy sharable statement URI" ,
101
101
"category" : " Db2 for i"
102
102
}
103
103
],
109
109
}
110
110
],
111
111
"editor/context" : [
112
+ {
113
+ "command" : " vscode-db2i.getStatementUri" ,
114
+ "group" : " sql@0" ,
115
+ "when" : " editorLangId == sql"
116
+ },
112
117
{
113
118
"command" : " vscode-db2i.json.pasteGenerator" ,
114
119
"group" : " sql@1" ,
You can’t perform that action at this time.
0 commit comments