Files
FilamentBox/.vscode/extensions.json
Emanuele Trabattoni 1d123f3ff2 First Commit
2024-06-22 10:44:55 +02:00

11 lines
274 B
JSON

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