libcosmic/.vscode/settings.json
Ryan Brue d853b8cda1 fix: include Cargo.toml in .vscode/settings.json
This was needed for me to get autocomplete with rust-analyzer for libcosmic
2024-03-05 08:37:19 -07:00

7 lines
169 B
JSON

{
"rust-analyzer.check.overrideCommand": ["just", "check-json"],
"git-blame.gitWebUrl": "",
"rust-analyzer.linkedProjects": [
"./Cargo.toml"
]
}