mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 22:13:39 +00:00
10 lines
272 B
JSON
10 lines
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
|
||
|
}
|
||
|
}
|