chore: add vs-code workspace file

This commit is contained in:
Valentin Kaelin 2021-03-13 23:25:42 +01:00
parent 701d824ddb
commit a9420220b0

View file

@ -0,0 +1,24 @@
{
"folders": [
{
"path": "client"
},
{
"path": "server"
}
],
"settings": {
"editor.tabSize": 2,
"vetur.validation.style": false,
"headwind.prependCustomClasses": false,
},
"extensions": {
"recommendations": [
"octref.vetur",
"dbaeumer.vscode-eslint",
"stylelint.vscode-stylelint",
"heybourn.headwind",
"bradlc.vscode-tailwindcss",
]
}
}