mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
chore: add vs-code workspace file
This commit is contained in:
parent
701d824ddb
commit
a9420220b0
1 changed files with 24 additions and 0 deletions
24
leaguestats.code-workspace
Normal file
24
leaguestats.code-workspace
Normal 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",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue