Browse Source

🔨 Add .vscode/extensions.json

Scott Lahteine 2 years ago
parent
commit
09ccaa5051
2 changed files with 10 additions and 5 deletions
  1. 2
    5
      .gitignore
  2. 8
    0
      .vscode/extensions.json

+ 2
- 5
.gitignore View File

@@ -141,11 +141,8 @@ __vm/
141 141
 vc-fileutils.settings
142 142
 
143 143
 # Visual Studio Code
144
-.vscode
145
-.vscode/.browse.c_cpp.db*
146
-.vscode/c_cpp_properties.json
147
-.vscode/launch.json
148
-.vscode/*.db
144
+.vscode/*
145
+!.vscode/extensions.json
149 146
 
150 147
 #Simulation
151 148
 imgui.ini

+ 8
- 0
.vscode/extensions.json View File

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

Loading…
Cancel
Save