Skip to content

Instantly share code, notes, and snippets.

@Tricked-dev
Created May 18, 2022 15:05
Show Gist options
  • Save Tricked-dev/dbb0eca74456af1df1864c17a0d0575d to your computer and use it in GitHub Desktop.
Save Tricked-dev/dbb0eca74456af1df1864c17a0d0575d to your computer and use it in GitHub Desktop.
rust filenesting vscode
{
"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