spacedrive/.vscode/settings.json

38 lines
569 B
JSON
Raw Normal View History

2021-09-22 06:27:02 +00:00
{
2022-05-23 04:07:35 +00:00
"cSpell.words": [
"actix",
"bpfrpt",
"consts",
2022-05-29 05:23:50 +00:00
"countup",
2022-05-23 04:07:35 +00:00
"creationdate",
"Deque",
2022-06-22 05:53:07 +00:00
"dotenv",
"dotenvy",
"fontsource",
2022-05-23 04:07:35 +00:00
"ipfs",
"Keepsafe",
2022-06-22 05:53:07 +00:00
"nodestate",
"overscan",
2022-05-23 04:07:35 +00:00
"pathctx",
"prismjs",
"proptype",
"quicktime",
"repr",
"rescan",
2022-05-23 04:07:35 +00:00
"Roadmap",
"subpackage",
2022-05-23 04:07:35 +00:00
"svgr",
"tailwindcss",
"titlebar",
2022-05-23 04:07:35 +00:00
"trivago",
"tsparticles",
2022-05-29 05:23:50 +00:00
"unlisten",
2022-05-23 04:07:35 +00:00
"upsert"
],
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
2022-05-23 04:07:35 +00:00
},
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.diagnostics.experimental.enable": false
2022-03-04 00:20:00 +00:00
}