aboutsummaryrefslogtreecommitdiff
path: root/dev/configs/rust-analyzer.json
blob: ebc1ffe9b28d30012c3bdffb2dc059b8c1218247 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "rust-analyzer.check.command": "clippy",
    "rust-analyzer.checkOnSave": true,
    "rust-analyzer.files.exclude": ["**/target/**", "**/.temp/**"],
    "rust-analyzer.linkedProjects": [
        ".run/Cargo.toml",
        "dev/ci/Cargo.toml",
        "mingling_pathf/test/Cargo.toml",
        "mingling_cli/Cargo.toml"
    ],
    "rust-analyzer.cargo.features": [],
    "rust-analyzer.procMacro.enable": true,
    "rust-analyzer.procMacro.attributes.enable": true
}