advent22/api/.vscode/settings.json
Jörn-Michael Miehe ca46a2cf5c 🔧 various small fixes
- add version to ui package.json
- "prettier" formatting on whole repo
- "webpack-bundle-analyzer" -> "vite-bundle-analyzer"
- add "vue-eslint-parser" to ui package.json
2026-02-22 03:05:05 +00:00

18 lines
415 B
JSON

{
"git.closeDiffOnOperation": true,
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll": "explicit"
}
},
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"ty.diagnosticMode": "workspace",
"ruff.nativeServer": "on"
}