jamestthompson3 / nvim-remote-containers

Develop inside docker containers, just like VSCode
Other
849 stars 25 forks source link

Integrate with devcontainers CLI #15

Open denisdifazio opened 2 years ago

denisdifazio commented 2 years ago

Now that Microsoft opened the CLI used by VS Code and Codespaces to parse devcontainer.json files, maybe it could be used in this project as an integration tool between devcontainers and neovim?

The dev container CLI is a reference implementation of the dev container specification written at https://containers.dev.

jamestthompson3 commented 2 years ago

Cool idea! I'll try and find some time to look into this. This could also be a good first contribution for anyone who wants to add some functionality to this plugin.