将 rust-analyzer 配置从 JSON 迁移为 TOML 格式
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b0bb94d184
commit
6ddc02a815
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"linkedProjects": ["Cargo.toml"],
|
|
||||||
"files": {
|
|
||||||
"exclude": [
|
|
||||||
"node_modules",
|
|
||||||
"public",
|
|
||||||
".dioxus",
|
|
||||||
".omc",
|
|
||||||
"dist"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
4
rust-analyzer.toml
Normal file
4
rust-analyzer.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
linkedProjects = ["Cargo.toml"]
|
||||||
|
|
||||||
|
[files]
|
||||||
|
exclude = ["node_modules", "public", ".dioxus", ".omc", "dist"]
|
||||||
Loading…
x
Reference in New Issue
Block a user