Skip to content

Commit 5b025ef

Browse files
committed
fix path to extension
1 parent 086e1d9 commit 5b025ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"repository": { "type": "git", "url": "https://github.com/doublefint/vscode-pgsql.git" },
1010
"categories": [ "Languages", "Other" ],
1111
"activationEvents": [ "onLanguage:pgsql" ],
12-
"main": "./out/src/extension",
12+
"main": "./out/extension",
1313
"contributes": {
1414

1515
"commands": [

0 commit comments

Comments
 (0)