Add vscode file nesting config for build tests and ".stderr" files.
This commit is contained in:
parent
2ed6d05548
commit
76d717343a
|
@ -16,4 +16,7 @@
|
|||
"json",
|
||||
"rust"
|
||||
],
|
||||
"explorer.fileNesting.patterns": {
|
||||
"*.rs": "${capture}.stderr"
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue