Skip to content

Commit

Permalink
Correct readme
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Apr 29, 2022
1 parent 095e0a0 commit 9e0248a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vscode-db2i

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

* Schemas view
* Language tools. List tables and views and their columns when writing SQL, as well as procedures and functions
Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
"name": "vscode-db2i",
"displayName": "Db2 for IBM i",
"description": "Db2 for IBM i tools in VS Code",
"version": "0.0.4",
"version": "0.0.5",
"preview": true,
"engines": {
"vscode": "^1.61.0"
},
"keywords": [
"ibmi",
"as400",
"db2",
"database"
],
"categories": [
"Other"
],
Expand Down

0 comments on commit 9e0248a

Please sign in to comment.