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
Vendored Executable
+7
View File
@@ -0,0 +1,7 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"eg2.tslint",
"esbenp.prettier-vscode"
]
}