Skip to content

Commit 9e0248a

Browse files
committed
Correct readme
1 parent 095e0a0 commit 9e0248a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vscode-db2i
22

3-
Db2 for IBM i tools provides SQL functionality to VS Code. It is in preview right now.
3+
Db2 for IBM i tools provides SQL functionality to VS Code. **It is in preview right now**.
44

55
* Schemas view
66
* Language tools. List tables and views and their columns when writing SQL, as well as procedures and functions

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
"name": "vscode-db2i",
33
"displayName": "Db2 for IBM i",
44
"description": "Db2 for IBM i tools in VS Code",
5-
"version": "0.0.4",
5+
"version": "0.0.5",
6+
"preview": true,
67
"engines": {
78
"vscode": "^1.61.0"
89
},
10+
"keywords": [
11+
"ibmi",
12+
"as400",
13+
"db2",
14+
"database"
15+
],
916
"categories": [
1017
"Other"
1118
],

0 commit comments

Comments
 (0)