20 lines
308 B
Plaintext
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"
|
|
}
|
|
}
|
|
} |