🔨 Add .vscode/extensions.json

This commit is contained in:
Scott Lahteine 2022-01-01 20:01:24 -06:00 committed by Scott Lahteine
parent 1c3f2498b1
commit 73b8320e9c
2 changed files with 10 additions and 5 deletions

7
.gitignore vendored
View File

@ -141,11 +141,8 @@ __vm/
vc-fileutils.settings
# Visual Studio Code
.vscode
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/*.db
.vscode/*
!.vscode/extensions.json
#Simulation
imgui.ini

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"
]
}