Skip to content

Commit e6c059b

Browse files
committed
chore: set extension kind as 'workspace'
Extension kind can also be UI, meaning that it can run anywhere, but this extension works with file system and debugger, so it must run on same machine where debugging occurs
1 parent c3f1cd8 commit e6c059b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"Formatters",
1212
"Other"
1313
],
14+
"extensionKind": ["workspace"],
1415
"icon": "resources/logo.png",
1516
"activationEvents": [
1617
"workspaceContains:.vscode/pgsql_hacker_helper.json",

0 commit comments

Comments
 (0)