Skip to content

Commit

Permalink
fix(vscode): improve activationEvents (unocss#1862)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
  • Loading branch information
2 people authored and praburangki committed Jan 12, 2023
1 parent b0e60d7 commit e18bbc1
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 e18bbc1

Please sign in to comment.