firmware/.vscode/extensions.json

10 lines
241 B
JSON
Raw Normal View History

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"ms-vscode.cpptools",
"platformio.platformio-ide",
"trunk.io"
],
2024-02-24 22:28:58 +00:00
}