Files
xsh-assistant-next/.vscode/settings.json

9 lines
246 B
JSON

{
"oxc.fmt.configPath": ".oxfmtrc.json",
"editor.defaultFormatter": "oxc.oxc-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.oxc": "always"
},
"typescript.tsdk": "node_modules\\typescript\\lib"
}