Fix VSCode config and dev instructions

This commit is contained in:
Joscha 2023-08-05 23:01:29 +02:00
parent 755f23dbb9
commit 732c33d6f7
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
"files.associations": {
"**/templates/**/*.html": "jinja-html",
},
"rust-analyzer.check.extraEnv": {
"rust-analyzer.server.extraEnv": {
"SQLX_OFFLINE": "false",
},