Created
May 18, 2022 15:05
-
-
Save Tricked-dev/dbb0eca74456af1df1864c17a0d0575d to your computer and use it in GitHub Desktop.
rust filenesting vscode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"explorer.fileNesting.enabled": true, | |
"explorer.fileNesting.patterns": { | |
"Cargo.toml": "rust-toolchain.toml, Cargo.lock, rustfmt.toml", | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment