Added PIO recommendation when opening in vscode

pull/74/head
Daniel Wiesendorf 2018-11-14 21:11:21 +01:00
rodzic 868cedeed2
commit 93eb4d21bf
2 zmienionych plików z 8 dodań i 0 usunięć

1
.gitignore vendored
Wyświetl plik

@ -2,3 +2,4 @@
.pioenvs
.piolibdeps
.vscode
!.vscode/extensions.json

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"
]
}