Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devcontainers CLI does not finish running in WSL #10544

Open
rzhao271 opened this issue Dec 9, 2024 · 0 comments
Open

Devcontainers CLI does not finish running in WSL #10544

rzhao271 opened this issue Dec 9, 2024 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug containers Issue in vscode-remote containers
Milestone

Comments

@rzhao271
Copy link

rzhao271 commented Dec 9, 2024

  • VSCode Version: 1.96.0-insiders
  • Local OS Version: Windows 11
  • Remote OS Version: Unknown
  • Remote Extension/Connection Type: Dev Containers

Steps to Reproduce

  1. Install devcontainers CLI on Windows
  2. Run devcontainer-insiders --help
  3. 🐛 The following help text is printed, but the command does not terminate. The user must manually input Ctrl+C to issue the next command.
devcontainer-insiders --help
Checking for Dev Containers CLI
Checking for Dev Containers CLI

I tried deleting ~/.vscode-remote-containers and reinstalling the devcontainers CLI, but got the following non-terminating command:

devcontainer-insiders --help
Checking for Dev Containers CLI
Checking for Dev Containers CLI
Copying Dev Containers CLI
Run in Host: tar --no-same-owner -x -f -
.
./gitAskPass.sh
./bootstrap.Dockerfile
./inspect-volume
./ssh-askpass.bat
./ssh-askpass.sh
./updateUID.Dockerfile
./inspect-volume/.devcontainer.json
./inspect-volume/volume.Dockerfile
Run in Host: tar --no-same-owner -x -f -

PATH

I have confirmed my path only references the devcontainer CLI once with the entry c:\Users\raymondzhao\AppData\Roaming\Code - Insiders\User\globalStorage\ms-vscode-remote.remote-containers\cli-bin.

@chrmarti chrmarti added bug Issue identified by VS Code Team member as probable bug containers Issue in vscode-remote containers labels Dec 10, 2024
@chrmarti chrmarti added this to the January 2025 milestone Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug containers Issue in vscode-remote containers
Projects
None yet
Development

No branches or pull requests

2 participants