Skip to content

Commit

Permalink
fix(vscode): improve activationEvents (#1862)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
  • Loading branch information
zam157 and antfu committed Nov 9, 2022
1 parent 437155e commit 9da073a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/vscode/package.json
Expand Up @@ -21,14 +21,7 @@
"vscode": "^1.71.0"
},
"activationEvents": [
"workspaceContains:**/vite.config.*",
"workspaceContains:**/nuxt.config.*",
"workspaceContains:**/astro.config.*",
"workspaceContains:**/iles.config.*",
"workspaceContains:**/svelte.config.*",
"workspaceContains:**/uno.config.*",
"workspaceContains:**/unocss.config.*",
"workspaceContains:**/package.json"
"onStartupFinished"
],
"contributes": {
"commands": [
Expand Down

0 comments on commit 9da073a

Please sign in to comment.