Include .vscode/extensions.json

This commit is contained in:
fvanroie 2021-03-04 20:37:42 +01:00
parent 80ed53e062
commit 719f0c4038
2 changed files with 8 additions and 1 deletions

4
.gitignore vendored
View File

@ -20,7 +20,9 @@ build_output/firmware/*.exe
*.bin
## Visual Studio Code specific ######
.vscode
!.vscode
.vscode/*
!.vscode/extensions.json
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json

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

@ -0,0 +1,5 @@
{
"recommendations": [
"platformio.platformio-ide","ms-vscode.cpptools"
]
}