24 lines
611 B
JSON
24 lines
611 B
JSON
{
|
|
"rust-analyzer.files.excludeDirs": [
|
|
"tests/build",
|
|
],
|
|
"rust-analyzer.check.overrideCommand": ["cargo", "do", "rust_analyzer_check"],
|
|
"files.eol": "\n",
|
|
"spellright.language": [
|
|
"en"
|
|
],
|
|
"spellright.documentTypes": [
|
|
"markdown",
|
|
"latex",
|
|
"plaintext",
|
|
"toml",
|
|
"json",
|
|
"rust"
|
|
],
|
|
"explorer.fileNesting.patterns": {
|
|
"*.rs": "${capture}.stderr",
|
|
"*.otf": "${capture}.codepoints",
|
|
"*.ttf": "${capture}.codepoints",
|
|
},
|
|
"rust-analyzer.runnables.command": "cargo do rust_analyzer_run",
|
|
} |