Skip to content

Commit

Permalink
vsix: run locally even when on remote
Browse files Browse the repository at this point in the history
  • Loading branch information
yne authored Sep 19, 2023
1 parent 4344241 commit 7bc2422
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
"vscode": "^1.73.0"
},
"main": "./main.js",
"extensionKind": [
"ui",
"workspace"
],
"activationEvents": [
"*"
"onStartupFinished"
],
"contributes": {
"viewsWelcome": [
Expand Down

0 comments on commit 7bc2422

Please sign in to comment.