Integrate with devcontainers CLI
denisdifazio opened this issue · 1 comments
denisdifazio commented
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
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.