Skip to content

Commit 592b0f7

Browse files
committed
Remove redundant activation events
1 parent 5b0c1e5 commit 592b0f7

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,7 @@
3636
"url": "https://github.com/platformio/platformio-vscode-ide.git"
3737
},
3838
"activationEvents": [
39-
"workspaceContains:**/platformio.ini",
40-
"onView:platformio-ide.quickAccess",
41-
"onView:platformio-ide.projectTasks",
42-
"onView:platformio-debug.peripherals",
43-
"onView:platformio-debug.registers",
44-
"onView:platformio-debug.memory",
45-
"onView:platformio-debug.disassembly",
46-
"onCommand:platformio-ide.showReleaseNotes",
47-
"onCommand:platformio-ide.showHome",
48-
"onCommand:platformio-ide.openPIOCoreCLI"
39+
"workspaceContains:**/platformio.ini"
4940
],
5041
"contributes": {
5142
"languages": [

0 commit comments

Comments
 (0)