🔨 Add .vscode/extensions.json

This commit is contained in:
Scott Lahteine
2022-01-01 20:01:24 -06:00
committed by Scott Lahteine
parent 08aacb822a
commit 09ccaa5051
2 changed files with 10 additions and 5 deletions

8
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"marlinfirmware.auto-build",
"platformio.platformio-ide"
]
}