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 5b0c1e5 commit 592b0f7Copy full SHA for 592b0f7
package.json
@@ -36,16 +36,7 @@
36
"url": "https://github.com/platformio/platformio-vscode-ide.git"
37
},
38
"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"
+ "workspaceContains:**/platformio.ini"
49
],
50
"contributes": {
51
"languages": [
0 commit comments