mirror of
https://github.com/meshtastic/firmware.git
synced 2026-05-24 08:46:48 -04:00
Start reccomending the pioarduino VS Code extension instead of the PlatformIO extension. pioarduino-based builds cannot complete correctly using the platformio extension. Normal platformio builds (nrf52, stm32) are unaffected//still work correctly. Devs may need to delete their ~.platformio and .pio directories once after install in order to build properly.
11 lines
225 B
JSON
11 lines
225 B
JSON
{
|
|
"recommendations": [
|
|
"Jason2866.esp-decoder",
|
|
"pioarduino.pioarduino-ide"
|
|
],
|
|
"unwantedRecommendations": [
|
|
"ms-vscode.cpptools-extension-pack",
|
|
"platformio.platformio-ide"
|
|
]
|
|
}
|