mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 14:03:35 +00:00
10 lines
No EOL
272 B
JSON
10 lines
No EOL
272 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"files.exclude": {
|
|
"out": true,
|
|
"node_modules": true
|
|
},
|
|
"search.exclude": {
|
|
"out": true // set this to false to include "out" folder in search results
|
|
}
|
|
} |