Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Rust ConfigNew to Visual Studio Code? Get it now.
Rust Config

Rust Config

franneck94

|
8,116 installs
| (2) | Free
Creates config files for modern Rust projects
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Rust Config

Creates config files for modern Rust projects.

Following files will be created in the local .vscode folder:

  • settings.json: Best default settings for Rust related extensions
  • launch.json: Debug config to debug the programm

Following files will be created in the root directory:

  • .editorconfig: Standard file settings (line-feed, insert new-line, etc.)
  • .gitattributes: Gives attributes to pathnames
  • .gitingore: Specifies intentionally untracked files to ignore

Note: If one of these files already exists, they won't be overridden.

How to use

Just run the command 'Generate Rust Config Files' in VSCode's command palette.

Release Notes

Refer to the CHANGELOG.

License

Copyright (C) 2022 Jan Schaffranek.
Licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft