Skip to content

Commit 49cbc0d

Browse files
committed
Merge PR Use activationevents to prevent launching the ext on unrelated workspaces zignd#124
2 parents d3672ba + 7e35139 commit 49cbc0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"Other"
2020
],
2121
"activationEvents": [
22-
"*"
22+
"onLanguage:css",
23+
"workspaceContains:**/*.css"
2324
],
2425
"contributes": {
2526
"commands": [

0 commit comments

Comments
 (0)