24 lines
405 B
Plaintext
24 lines
405 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",
|
|
"vector": "cpp",
|
|
"initializer_list": "cpp",
|
|
"type_traits": "cpp",
|
|
"xutility": "cpp"
|
|
}
|
|
}
|
|
} |