dev-environments icon indicating copy to clipboard operation
dev-environments copied to clipboard

dev-env cannot be run if path contains the dot symbols

Open Zig1375 opened this issue 4 years ago • 1 comments

Steps for reproducing:

  • git clone https://github.com/dockersamples/compose-dev-env compose-dev-env.test
  • Create a new dev environment and select the cloned folder as local directory
  • Try to run vscode

If I delete the dot symbol it works fine.

Video for reproducing: https://www.dropbox.com/s/v79sfhhfj0ap2iz/docker_env.mov?dl=0

Zig1375 avatar Dec 23 '21 20:12 Zig1375

👋 @Zig1375 Again an issue in Docker Compose v2, you can make it work by unchecking the Docker Compose V2 option in Docker Desktop settings or don't clone the repo in a directory with a .

glours avatar Dec 23 '21 20:12 glours