spacedrive/.vscode/settings.json
Jamie Pine 2cc3f3d95d
Location Settings (#302)
* Delete locations

+ Show online status

* style tweaks

* tweaks

* location rescan button

* fix location delete db locking bug

* opting to remove self referencial relation on file_path

* correct query

* consolodate migration

* consolodate migrations
2022-06-24 06:26:45 -07:00

37 lines
555 B
JSON

{
"cSpell.words": [
"actix",
"bpfrpt",
"consts",
"countup",
"creationdate",
"Deque",
"dotenv",
"dotenvy",
"fontsource",
"ipfs",
"Keepsafe",
"nodestate",
"pathctx",
"prismjs",
"proptype",
"quicktime",
"repr",
"rescan",
"Roadmap",
"subpackage",
"svgr",
"tailwindcss",
"titlebar",
"trivago",
"tsparticles",
"unlisten",
"upsert"
],
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
},
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.diagnostics.experimental.enable": false
}