Add vscode file nesting config for build tests and ".stderr" files.

This commit is contained in:
Samuel Guerra 2022-05-07 11:45:15 -03:00
parent 2ed6d05548
commit 76d717343a
1 changed files with 3 additions and 0 deletions

View File

@ -16,4 +16,7 @@
"json",
"rust"
],
"explorer.fileNesting.patterns": {
"*.rs": "${capture}.stderr"
},
}