Files
Marlin-2-0-x-Anycubic-i3-ME…/.vscode/extensions.json
2022-09-03 09:23:32 +02:00

12 lines
311 B
JSON

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