Skip to content

Commit

Permalink
Added PIO recommendation when opening in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
wiesendaniel committed Nov 14, 2018
1 parent 868cede commit 93eb4d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.pioenvs
.piolibdeps
.vscode
!.vscode/extensions.json
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}

0 comments on commit 93eb4d2

Please sign in to comment.