Keats / validator

Simple validation for Rust structs
MIT License
1.91k stars 140 forks source link

add devcontainer #335

Closed spotlesscoder closed 2 weeks ago

spotlesscoder commented 3 weeks ago

fixes #334

Keats commented 3 weeks ago

I would rather avoid adding editor specific files in the repo.

spotlesscoder commented 3 weeks ago

devcontainer spec is not editor specific. More and more editors implement this.

There is also a cli to use the devcontainer spec without any IDE for example to use it with vim etc.

The customizations are IDE-specific though but they don't hurt ;)

Keats commented 2 weeks ago

Honestly I'd rather these things not be in the repo otherwise we will end up having nix/guix etc setups. It should just be .gitignored.