tablejohn/.vscode/settings.json
Joscha 8c7399725d Switch to ES2022
I looked through caniuse.com and it seemed like almost much all features
were supported by newer browsers. Curious to see whether this'll work
out or if everything will blow up at some point.
2023-10-22 01:50:19 +02:00

10 lines
247 B
JSON

{
"json.format.keepLines": true,
"typescript.format.semicolons": "insert",
"files.associations": {
"**/templates/**/*.html": "jinja-html",
},
"rust-analyzer.server.extraEnv": {
"SQLX_OFFLINE": "false",
},
}