We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fe411 commit 2b97f63Copy full SHA for 2b97f63
package.json
@@ -36,7 +36,16 @@
36
"url": "https://github.com/platformio/platformio-vscode-ide.git"
37
},
38
"activationEvents": [
39
- "workspaceContains:**/platformio.ini"
+ "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"
49
],
50
"contributes": {
51
"languages": [
0 commit comments