mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
configure rust-analyzer.files.excludeDirs
This commit is contained in:
parent
e919cf8433
commit
5c42a532dd
1 changed files with 6 additions and 1 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
|
@ -3,5 +3,10 @@
|
||||||
"**/.flatpak-builder/**": true,
|
"**/.flatpak-builder/**": true,
|
||||||
"**/build/**": true,
|
"**/build/**": true,
|
||||||
"**/repo/**": true
|
"**/repo/**": true
|
||||||
}
|
},
|
||||||
|
"rust-analyzer.files.excludeDirs": [
|
||||||
|
".flatpak-builder",
|
||||||
|
"build",
|
||||||
|
"repo",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue