1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-06-07 15:56:11 +01:00

add vscode extension recommondations (#1978)

This commit is contained in:
Michael Scherer
2018-11-03 22:57:45 +01:00
committed by Paulus Schoutsen
parent 4810042373
commit bcbf0ba75a
2 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ bin
dist
# vscode
.vscode
.vscode/*
!.vscode/extensions.json
# Secrets
.lokalise_token
Vendored Executable
+7
View File
@@ -0,0 +1,7 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"eg2.tslint",
"esbenp.prettier-vscode"
]
}