This commit is contained in:
Peter Buchegger 2020-05-14 20:21:55 +02:00
parent 64277647e7
commit 9ae3e7dae4
2 changed files with 11 additions and 1 deletions

5
.gitignore vendored
View file

@ -1,2 +1,5 @@
.pio
.vscode
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch

7
.vscode/extensions.json vendored Normal file
View file

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