aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 8b4919841b5987ba0b9a394ae2ba6847c0b8840b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "rust-analyzer.check.command": "clippy",
  "rust-analyzer.checkOnSave": true,
  "rust-analyzer.linkedProjects": [
    ".run/Cargo.toml",
    "mingling_pathf/test/Cargo.toml",
    "arg_picker/Cargo.toml",
    "arg_picker/test/Cargo.toml",
  ],
  "rust-analyzer.cargo.features": [
    "structural_renderer",
    "mingling_support",
    "all_serde_fmt",
    "docs_rs",
    "picker",
    "parser",
    "comp",
  ],
}