tablejohn/.vscode/settings.json

11 lines
248 B
JSON

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