Files
waterlevel-software/.vscode/extensions.json
Tobias Maier aa69687ee8
All checks were successful
Test project compilation / test (push) Successful in 3m56s
comment
2026-03-26 17:06:02 +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"
]
}