Skip to content

Commit

Permalink
Update recommended vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ruihildt committed Feb 2, 2024
1 parent 3c16965 commit 5ebc19e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"cSpell.words": ["Vitesse"],
"typescript.tsdk": "node_modules/typescript/lib",
"volar.tsPlugin": true,
"volar.tsPluginStatus": false,
"vite.autoStart": false,

"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.eslint": "explicit"
},
"files.associations": {
"*.css": "postcss",
},
"*.css": "postcss"
}
}

0 comments on commit 5ebc19e

Please sign in to comment.