zng/.vscode/settings.json

18 lines
440 B
JSON
Raw Normal View History

2020-02-11 10:51:18 +08:00
{
"rust-analyzer.files.excludeDirs": [
"tests/build",
],
2021-11-10 07:18:21 +08:00
"rust-analyzer.runnables.overrideCargo": "cargo do rust_analyzer_run",
"rust-analyzer.checkOnSave.overrideCommand": ["cargo", "do", "rust_analyzer_check"],
2021-09-07 02:19:02 +08:00
"files.eol": "\n",
2021-12-23 10:46:23 +08:00
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext",
"toml",
"json"
],
2020-02-11 10:51:18 +08:00
}