docs icon indicating copy to clipboard operation
docs copied to clipboard

Getting lando to work with vscode devcontainer feature

Open arnonm opened this issue 3 years ago • 1 comments

I've been looking at a convenient way to get Vscode Remote containers and devcontainers to work with Lando. The documentation focuses on the Xdebug feature, but this is more basic. My current workflow is: cd into working directory; start lando, start vscode and then connect to existing container using the docker plugin This is combersome as vscode can automatically connect to the container based on devcontainer file in the project, or a docker-compose.yaml file Before I start working on a solution, am I missing something?

arnonm avatar Feb 14 '22 09:02 arnonm