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