Skip to content

Commit c6c53f9

Browse files
committed
update view Welcome message
1 parent 17f8a47 commit c6c53f9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
{
196196
"type": "tree",
197197
"id": "vscode-db2i.self.nodes",
198-
"name": "SELF Codes Errors",
198+
"name": "SELF Codes",
199199
"when": "code-for-ibmi:connected && vscode-db2i:SELFSupported && vscode-db2i:jobManager == true",
200200
"visibility": "collapsed"
201201
}
@@ -239,6 +239,10 @@
239239
{
240240
"view": "jobManager",
241241
"contents": "The SQL Job Manager allows you to provision one or more jobs for running SQL statements, each with its own connection settings.\n\nUsing managed jobs reduces the use of system resources, improves performance, and maintains state across subsequent SQL statements.\n\nYou can run SQL statements without starting a job, just be aware that every statement you run requires a temporary, single-use job to be started on your behalf. \n[New SQL job](command:vscode-db2i.jobManager.newJob)"
242+
},
243+
{
244+
"view": "vscode-db2i.self.nodes",
245+
"contents": "🛠️SELF Codes will appear here"
242246
}
243247
],
244248
"keybindings": [

0 commit comments

Comments
 (0)