fix: include Cargo.toml in .vscode/settings.json
This was needed for me to get autocomplete with rust-analyzer for libcosmic
This commit is contained in:
parent
f794c53277
commit
d853b8cda1
1 changed files with 4 additions and 1 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
|
@ -1,4 +1,7 @@
|
||||||
{
|
{
|
||||||
"rust-analyzer.check.overrideCommand": ["just", "check-json"],
|
"rust-analyzer.check.overrideCommand": ["just", "check-json"],
|
||||||
"git-blame.gitWebUrl": ""
|
"git-blame.gitWebUrl": "",
|
||||||
|
"rust-analyzer.linkedProjects": [
|
||||||
|
"./Cargo.toml"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue