jamestthompson3 / nvim-remote-containers

Develop inside docker containers, just like VSCode
Other
876 stars 26 forks source link

[feature request]Jsonc support #10

Closed slai-nick closed 2 years ago

slai-nick commented 2 years ago

Would be cool to have jsonc support, don't know how though as built in json_decode doesn't support jsonc. devcontainer.json is actually jsonc, and it can be problematic in some projects.

jamestthompson3 commented 2 years ago

This should be supported now with https://github.com/jamestthompson3/nvim-remote-containers/pull/11. Big thanks to @nscotto