mirror of https://github.com/aya-rs/aya
vscode: exclude public-api fixtures from search
parent
8e144a5c29
commit
06d6a3e7a6
@ -1,4 +1,7 @@
|
|||||||
{
|
{
|
||||||
"rust-analyzer.check.allTargets": true,
|
"rust-analyzer.check.allTargets": true,
|
||||||
"rust-analyzer.check.command": "clippy"
|
"rust-analyzer.check.command": "clippy",
|
||||||
|
"search.exclude": {
|
||||||
|
"/xtask/public-api/*.txt": true,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue