Added PIO recommendation when opening in vscode

This commit is contained in:
Daniel Wiesendorf 2018-11-14 21:11:21 +01:00
parent 868cedeed2
commit 93eb4d21bf
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

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

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