pull/4/head
Peter Buchegger 2020-05-14 20:21:55 +02:00
rodzic 64277647e7
commit 9ae3e7dae4
2 zmienionych plików z 11 dodań i 1 usunięć

5
.gitignore vendored
Wyświetl plik

@ -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 100644
Wyświetl plik

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