🔨 Workspace file with recommendation
This commit is contained in:
parent
1cdaddaaf2
commit
fbbf556e08
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 New Issue
Block a user