https://github.com/franneck94/vscode-rust-config
https://github.com/franneck94/vscode-rust-config
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/franneck94/vscode-rust-config
- Owner: franneck94
- License: mit
- Created: 2022-04-27T11:49:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T19:51:39.000Z (about 1 year ago)
- Last Synced: 2025-02-12T11:14:29.407Z (8 months ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 programFollowing files will be created in the root directory:
- .editorconfig: Standard file settings (line-feed, insert new-line, etc.)
- .gitattributes: Gives attributes to pathnames
- .gitignore: 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](CHANGELOG.md).
## License
Copyright (C) 2022 Jan Schaffranek.
Licensed under the [MIT License](LICENSE).