pull/5/head
Peter Buchegger 2020-05-14 20:22:20 +02:00
rodzic 151ad0e68e
commit f15ce458d8
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"
]
}