Skip to content

Commit 1754965

Browse files
committed
Remove base commands from the Explorer context menu
1 parent 8e76d3c commit 1754965

File tree

3 files changed

+2
-25
lines changed

3 files changed

+2
-25
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
* Added support for the macOS Touch Bar (issue [#311](https://github.com/platformio/platformio-vscode-ide/issues/311))
2222
* Added "Build/Upload/Test/Clean" and "Serial Monitor" buttons to the Editor title bar
23-
* Added PlatformIO base commands to the Explorer context menu
2423
* Configure custom buttons and commands in PlatformIO Toolbar with a new `platformio-ide.toolbar` configuration option (issue [#1697](https://github.com/platformio/platformio-vscode-ide/issues/1697))
2524

2625
### UX/UI Improvements

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
* Multi-platform and Multi-architecture Build System
1111
* Firmware File Explorer and Memory Inspection.
1212

13-
**Platforms**: Atmel AVR, Atmel SAM, Espressif 32, Espressif 8266, Freescale Kinetis, Infineon XMC, Intel ARC32, Intel MCS-51 (8051), Kendryte K210, Lattice iCE40, Maxim 32, Microchip PIC32, Nordic nRF51, Nordic nRF52, NXP LPC, RISC-V, Samsung ARTIK, Silicon Labs EFM32, ST STM32, ST STM8, Teensy, TI MSP430, TI Tiva, WIZNet W7500
13+
**Platforms**: Atmel AVR, Atmel SAM, Espressif 32, Espressif 8266, Freescale Kinetis, Infineon XMC, Intel ARC32, Intel MCS-51 (8051), Kendryte K210, Lattice iCE40, Maxim 32, Microchip PIC32, Nordic nRF51, Nordic nRF52, NXP LPC, RISC-V, Silicon Labs EFM32, ST STM32, ST STM8, Teensy, TI MSP430, TI Tiva, WIZNet W7500
1414

15-
**Frameworks**: Arduino, ARTIK SDK, CMSIS, ESP-IDF, ESP8266 RTOS SDK, Freedom E SDK, Kendryte Standalone SDK, Kendryte FreeRTOS SDK, libOpenCM3, mbed, PULP OS, Pumbaa, Simba, SPL, STM32Cube, Tizen RT, WiringPi, Zephyr RTOS
15+
**Frameworks**: Arduino, CMSIS, ESP-IDF, ESP8266 RTOS SDK, Freedom E SDK, Kendryte Standalone SDK, Kendryte FreeRTOS SDK, libOpenCM3, mbed, PULP OS, SPL, STM32Cube, WiringPi, Zephyr RTOS
1616

1717
## Features
1818

package.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -498,28 +498,6 @@
498498
"group": "navigation"
499499
}
500500
],
501-
"explorer/context": [
502-
{
503-
"command": "platformio-ide.showHome",
504-
"when": "pioCoreReady",
505-
"group": "z_pio_service@0"
506-
},
507-
{
508-
"command": "platformio-ide.rebuildProjectIndex",
509-
"when": "pioProjectReady",
510-
"group": "z_pio_service@1"
511-
},
512-
{
513-
"command": "platformio-ide.openPIOCoreCLI",
514-
"when": "pioCoreReady",
515-
"group": "z_pio_service@2"
516-
},
517-
{
518-
"command": "platformio-ide.upgradeCore",
519-
"when": "pioCoreReady",
520-
"group": "z_pio_service@3"
521-
}
522-
],
523501
"touchBar": [
524502
{
525503
"command": "platformio-ide.build",

0 commit comments

Comments
 (0)