blob: 103cc282a7a7d9228181e7fd5b87bbc93684db42 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"lsp": {
"rust-analyzer": {
"initialization_options": {
"checkOnSave": true,
"check": { "command": "clippy" },
"linkedProjects": [
".run/Cargo.toml",
"mingling_pathf/test/Cargo.toml",
"arg_picker/Cargo.toml",
"arg_picker/test/Cargo.toml"
],
"cargo": {
"features": ["mingling_support"]
}
}
}
}
}
|