7 lines
194 B
JSON
7 lines
194 B
JSON
|
|
{
|
||
|
|
"files.readonlyInclude": {
|
||
|
|
"**/.cargo/registry/src/**/*.rs": true,
|
||
|
|
"**/.cargo/git/checkouts/**/*.rs": true,
|
||
|
|
"**/lib/rustlib/src/rust/library/**/*.rs": true,
|
||
|
|
}
|
||
|
|
}
|