Keats / validator

Simple validation for Rust structs
MIT License
2.07k stars 151 forks source link

add devcontainer #335

Closed spotlesscoder closed 4 months ago

spotlesscoder commented 4 months ago

fixes #334

Keats commented 4 months ago

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

spotlesscoder commented 4 months 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 4 months 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.