We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ed123 commit 8c13dc7Copy full SHA for 8c13dc7
package.json
@@ -12,6 +12,11 @@
12
"icon": "./resources/logo.png",
13
"activationEvents": [],
14
"main": "./out/extension.js",
15
+ "publisher": "ash-blade",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/ashenBlade/postgres-dev-helper.git"
19
+ },
20
"contributes": {
21
"commands": [
22
{
@@ -50,7 +55,7 @@
50
55
"test": "vscode-test"
51
56
},
52
57
"devDependencies": {
53
- "@types/vscode": "^1.91.0",
58
+ "@types/vscode": "^1.0.0",
54
59
"@types/mocha": "^10.0.7",
60
"@types/node": "20.x",
61
"@typescript-eslint/eslint-plugin": "^7.14.1",
0 commit comments