firmware/.vscode/extensions.json

9 lines
240 B
JSON
Raw Normal View History

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
2023-07-26 23:38:48 +00:00
"ms-vscode.cpptools",
"platformio.platformio-ide",
"trunk.io"
],
2023-07-26 23:38:48 +00:00
}