jamestthompson3/nvim-remote-containers

Integrate with devcontainers CLI

denisdifazio opened this issue · 1 comments

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.

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.