rm .vscode

This commit is contained in:
fhs52267
2026-03-23 22:14:00 +01:00
parent 02a1852b17
commit add59cfde3
2 changed files with 1 additions and 14 deletions

5
.gitignore vendored
View File

@@ -1,7 +1,4 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
.vscode/
src/secrets.h

View File

@@ -1,10 +0,0 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}