Skip to content

Commit 2b97f63

Browse files
committed
Revert back the static "activationEvents" which is required by the VSCode ~1.65.0
1 parent 23fe411 commit 2b97f63

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,16 @@
3636
"url": "https://github.com/platformio/platformio-vscode-ide.git"
3737
},
3838
"activationEvents": [
39-
"workspaceContains:**/platformio.ini"
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"
4049
],
4150
"contributes": {
4251
"languages": [

0 commit comments

Comments
 (0)