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

VSCode extensions not installing (kubernetes provider) #995

Closed
djmcgreal-cc opened this issue Apr 11, 2024 · 3 comments
Closed

VSCode extensions not installing (kubernetes provider) #995

djmcgreal-cc opened this issue Apr 11, 2024 · 3 comments

Comments

@djmcgreal-cc
Copy link

What happened?

Happens with my own (simple) devcontainer.json, but also with https://github.com/microsoft/vscode-remote-try-node/blob/main/.devcontainer/devcontainer.json.

devpod provider add kubernetes # v0.1.6 at this time
devpod up github.com/microsoft/vscode-remote-try-node --ide vscode

VSCode is opened but no extensions are installed (i.e. streetsidesoftware.code-spell-checker in this case).

The agent vscode-async command is waiting forever, cat /tmp/vscode-async.pid.streams:

Wait until vscode-server is installed...

ad infinitum

I would expect the code to be going through the ReleaseChannelStable path (I've not asked for anything otherwise...) but the directory structure in the container is ~/.vscode-server/cli/servers which is the expectations of the other releasechannel...?

What did you expect to happen instead?

Extensions installed..

How can we reproduce the bug? (as minimally and precisely as possible)

As above.

Local Environment:

  • DevPod Version: v0.5.4
  • Operating System: mac
  • ARCH of the OS: ARM64 local, AMD64 in K8s.

DevPod Provider:

  • Cloud Provider: aws EKS
  • Kubernetes Provider: Client Version: v1.29.1, Server Version: v1.26.14-eks-b9c9ed7
  • Local/remote provider: ssh

Anything else we need to know?

@pascalbreuninger
Copy link
Member

Hi @djmcgreal-cc, thanks for opening the issue. We'll look into it, I was able to reproduce the bug

@pascalbreuninger
Copy link
Member

fixed with #998

@djmcgreal
Copy link

Thanks for getting to this so quickly.

@deniseschannon deniseschannon added the bug Something isn't working label May 8, 2024 — with Linear
@deniseschannon deniseschannon removed bug Something isn't working kind/bug labels May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants