Files
firmware/.vscode/extensions.json

9 lines
228 B
JSON
Raw Normal View History

{
2020-02-17 16:27:29 -08:00
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide",
"xaver.clang-format"
2020-02-17 16:27:29 -08:00
]
}