This repository has been archived on 2025-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
szun-old/project.code-workspace
2023-04-26 22:13:32 -07:00

12 lines
121 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"rust-analyzer.linkedProjects": [
".\\Cargo.toml"
]
}
}