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
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:
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