Files
Marlin-2-0-x-Anycubic-i3-ME…/.vscode/extensions.json
2024-02-13 20:40:24 +01:00

13 lines
357 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-remote.remote-containers",
"ms-vscode.cpptools-extension-pack"
]
}