Skip to content

Support for Multiple Devcontainers #3

@kylejbrk

Description

@kylejbrk

I usually have multiple devcontainers per project. It would be a nice feature to have a prompt when multiple devcontainers are detected so the user can pick which devcontainer to attach their lsp to.

for example if I have the following in my project:

.devcontainer/
├── app1/
│   └── devcontainer.json
└── app2/
    └── devcontainer.json

I could maybe run a command and the plugin will prompt me which devcontainer to run my lsp in. this is basically the same as how vscode works with handling multiple devcontainers:
https://code.visualstudio.com/remote/advancedcontainers/connect-multiple-containers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions