https://github.com/bjoernq/mksettings
https://github.com/bjoernq/mksettings
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bjoernq/mksettings
- Owner: bjoernQ
- Created: 2023-06-02T07:51:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T11:23:25.000Z (almost 2 years ago)
- Last Synced: 2025-05-31T14:10:43.486Z (about 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VSCode Rust Analyzer Settings Generator
This is for my personal use but might be helpful for others.
Installation:
`cargo install --path .`
or directly from GitHub
Example:
```
git clone https://github.com/esp-rs/esp-hal.git
cd esp-hal
cd esp-hal-common
mksettings --features=esp32c3
code .
```
This will overwrite `.vscode/settings.json` without asking!