1
Fork 0

vscode: associate .svelte files with html

This commit is contained in:
Alan Faubert 2018-11-30 10:28:23 -05:00
parent 1e34132fdb
commit 40860f5fc0
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
"extensions.showRecommendationsOnlyOnDemand": true,
"files.associations": {
"*.htmlx": "html",
"*.svelte": "html",
},
"files.eol": "\n",
"files.hotExit": "onExitAndWindowClose",