Skip to content

Commit

Permalink
add vscode extension recommondations (home-assistant#1978)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmic authored and balloob committed Nov 3, 2018
1 parent 4810042 commit bcbf0ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ bin
dist

# vscode
.vscode
.vscode/*
!.vscode/extensions.json

# Secrets
.lokalise_token
Expand Down
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"eg2.tslint",
"esbenp.prettier-vscode"
]
}

0 comments on commit bcbf0ba

Please sign in to comment.