An open API service indexing awesome lists of open source software.

https://github.com/bjoernq/mksettings


https://github.com/bjoernq/mksettings

Last synced: about 1 year ago
JSON representation

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!