spacedrive/.vscode/settings.json
Brendan Allan d164db7fc3 cleanup + update to prisma-client-rust 0.5.0
still waiting to rebase for changes to identifier
2022-05-26 16:17:46 +08:00

27 lines
419 B
JSON

{
"cSpell.words": [
"actix",
"bpfrpt",
"consts",
"creationdate",
"ipfs",
"Keepsafe",
"pathctx",
"prismjs",
"proptype",
"quicktime",
"repr",
"Roadmap",
"svgr",
"tailwindcss",
"trivago",
"tsparticles",
"upsert"
],
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
},
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.diagnostics.experimental.enable": false
}