spacedrive/.vscode/settings.json

26 lines
445 B
JSON
Raw Normal View History

2021-09-22 06:27:02 +00:00
{
2022-04-12 22:31:17 +00:00
"cSpell.words": [
"actix",
2022-04-17 18:44:50 +00:00
"bpfrpt",
2022-04-14 20:46:54 +00:00
"creationdate",
2022-04-12 22:31:17 +00:00
"ipfs",
"Keepsafe",
"pathctx",
2022-04-25 10:38:01 +00:00
"prismjs",
2022-04-17 18:44:50 +00:00
"proptype",
2022-04-14 20:46:54 +00:00
"quicktime",
2022-04-12 22:31:17 +00:00
"repr",
"Roadmap",
"svgr",
2022-04-20 05:55:44 +00:00
"tailwindcss",
"trivago",
"tsparticles",
"upsert"
2022-04-12 22:31:17 +00:00
],
2022-05-11 10:24:03 +00:00
"[rust]": {
"editor.defaultFormatter": "matklad.rust-analyzer"
},
2022-03-04 00:20:00 +00:00
"rust-analyzer.procMacro.enable": true,
2022-05-21 00:00:46 +00:00
"rust-analyzer.diagnostics.experimental.enable": false
2022-03-04 00:20:00 +00:00
}