docs
docs copied to clipboard
Getting lando to work with vscode devcontainer feature
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?