2021-03-13 22:25:42 +00:00
|
|
|
{
|
2023-09-20 20:18:51 +00:00
|
|
|
"folders": [
|
2021-03-13 22:25:42 +00:00
|
|
|
{
|
|
|
|
|
"path": "client"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "server"
|
|
|
|
|
}
|
|
|
|
|
],
|
2023-09-20 20:18:51 +00:00
|
|
|
"settings": {
|
2021-03-13 22:25:42 +00:00
|
|
|
"editor.tabSize": 2,
|
|
|
|
|
"vetur.validation.style": false,
|
2023-09-20 20:18:51 +00:00
|
|
|
"headwind.prependCustomClasses": false
|
2021-03-13 22:25:42 +00:00
|
|
|
},
|
|
|
|
|
"extensions": {
|
|
|
|
|
"recommendations": [
|
|
|
|
|
"octref.vetur",
|
|
|
|
|
"dbaeumer.vscode-eslint",
|
|
|
|
|
"stylelint.vscode-stylelint",
|
|
|
|
|
"heybourn.headwind",
|
2023-09-20 20:18:51 +00:00
|
|
|
"bradlc.vscode-tailwindcss"
|
2021-03-13 22:25:42 +00:00
|
|
|
]
|
|
|
|
|
}
|
2023-09-20 20:18:51 +00:00
|
|
|
}
|