添加 rust-analyzer 配置,排除无关目录以优化启动速度
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
2b90fd05d6
commit
b0bb94d184
12
rust-analyzer.json
Normal file
12
rust-analyzer.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"linkedProjects": ["Cargo.toml"],
|
||||||
|
"files": {
|
||||||
|
"exclude": [
|
||||||
|
"node_modules",
|
||||||
|
"public",
|
||||||
|
".dioxus",
|
||||||
|
".omc",
|
||||||
|
"dist"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user