Skip to content

Commit b57bfb9

Browse files
committed
Update to package.json for new command
Signed-off-by: worksofliam <[email protected]>
1 parent 5a25ac4 commit b57bfb9

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,11 @@
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",
@@ -794,6 +799,10 @@
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"

src/contributes.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@
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",
@@ -114,6 +119,10 @@
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"

0 commit comments

Comments
 (0)