🔨 Workspace file with recommendation
This commit is contained in:
parent
6b96636b9b
commit
92f85e877d
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
|
@ -4,5 +4,8 @@
|
|||
"recommendations": [
|
||||
"marlinfirmware.auto-build",
|
||||
"platformio.platformio-ide"
|
||||
],
|
||||
"unwantedRecommendations": [
|
||||
"ms-vscode.cpptools-extension-pack"
|
||||
]
|
||||
}
|
||||
|
|
4
buildroot/share/vscode/MarlinFirmware.code-workspace
Normal file
4
buildroot/share/vscode/MarlinFirmware.code-workspace
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"folders": [ { "path": "../../.." } ],
|
||||
"extensions": { "recommendations": [ "marlinfirmware.auto-build" ] }
|
||||
}
|
Loading…
Reference in a new issue