Files
waterlevel-software/.vscode/extensions.json
Tobias Maier a0240d744c
All checks were successful
Test project compilation / test (push) Successful in 3m51s
Switched waterlevel to queue
2026-03-25 20:26:57 +01:00

12 lines
311 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"pioarduino.pioarduino-ide",
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}