Skip to content

Commit 086e1d9

Browse files
committed
readme again
1 parent 8f2dd5a commit 086e1d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This extension is fixed [clone](https://github.com/jptarqu/VSCodeExtension-Postg
1010

1111
## Fixes
1212
- use connection string with port and password
13-
- add stderr output ( thanks for [khushboo shah](https://marketplace.visualstudio.com/items?itemName=JPTarquino.postgresql)
13+
- add stderr output ( thanks for [khushboo shah](https://marketplace.visualstudio.com/items?itemName=JPTarquino.postgresql) )
1414
- shorter command
1515

1616
The extension recognizes the .sql,.ddl,.dml,.pgsql extension as sql files intended to be run in Postgres.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pgsql",
33
"description": "postgres language support, snippets, runner. Fixed clone of [email protected] by JPTarquino",
44
"license": "MIT",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"publisher": "doublefint",
77
"engines": { "vscode": "^0.10.1" },
88
"icon": "images/logo.png",

0 commit comments

Comments
 (0)