add settings and recommended extensions for vs code

This commit is contained in:
Cory LaViska
2021-05-17 09:03:18 -04:00
parent 62ef8e17c7
commit 1e67c7411c
2 changed files with 12 additions and 0 deletions

8
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"recommendations": [
"ms-vscode.vscode-typescript-tslint-plugin",
"esbenp.prettier-vscode",
"bierner.lit-html",
"bashmish.es6-string-css"
]
}

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}