zng/.vscode/settings.json

27 lines
597 B
JSON
Raw Normal View History

2020-02-11 10:51:18 +08:00
{
2020-02-25 10:47:19 +08:00
"rust.features": [
"app_profiler"
],
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext",
"rust",
"toml",
"json"
],
"rust-analyzer.files.excludeDirs": [
"tests/build",
],
"errorLens.exclude": [
"file not included in module tree",
"code is inactive due to #\\[cfg\\] directives: debug_assertions is enabled"
2021-03-24 23:35:54 +08:00
],
"rust-analyzer.linkedProjects.disabled": [
2021-03-24 23:35:54 +08:00
"Cargo.toml",
"tools/do-tasks/Cargo.toml"
2021-05-11 11:02:21 +08:00
],
2020-02-11 10:51:18 +08:00
}