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

20 lines
308 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"rust-analyzer.linkedProjects": [
".\\Cargo.toml",
".\\Cargo.toml",
".\\Cargo.toml",
".\\Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false,
"files.associations": {
"xstring": "cpp",
"xmemory": "cpp"
}
}
}