mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03: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
|
|
}
|
|
} |