gohttpdUi/.vscode/settings.json

13 lines
234 B
JSON
Raw Normal View History

2021-12-07 16:36:16 +08:00
{
"cSpell.words": [
"Windi",
"Windicss"
],
"typescript.tsdk": "node_modules/typescript/lib",
"volar.tsPlugin": true,
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}