After this fix, rust-analyzer used via vscode still requires a dev.db file, but this can easily be generated via ./meta/update_sqlx_data.
11 lines
247 B
JSON
11 lines
247 B
JSON
{
|
|
"json.format.keepLines": true,
|
|
"typescript.format.semicolons": "insert",
|
|
"files.associations": {
|
|
"**/templates/**/*.html": "jinja-html",
|
|
},
|
|
"rust-analyzer.check.extraEnv": {
|
|
"SQLX_OFFLINE": "false",
|
|
},
|
|
|
|
}
|