Enhance vscode config files

This commit is contained in:
Tau 2019-10-27 09:30:04 -04:00
parent 07222c9ae9
commit fa45169b96
2 changed files with 11 additions and 2 deletions

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

@ -0,0 +1,7 @@
{
"recommendations": [
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode",
"mikestead.dotenv"
]
}

View File

@ -1,3 +1,5 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
"editor.formatOnSave": true,
"editor.rulers": [79],
"typescript.tsdk": "node_modules/typescript/lib"
}