-
Notifications
You must be signed in to change notification settings - Fork 358
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
Extensions from devcontainer.json file are NOT automatically installed #1460
Comments
When I connect remotely to my raspberrypi with ssh and then start the devcontainer this is what it looks like: You can see it installing the extensions at the bottom.
x
|
In both cases, whether connecting to an SSH host or Kubernetes, its ignoring the "features" section of my devcontainer.json file. |
What happened?
Deploying to either a raspberrypi (with latest podman installed) or into a k3s cluster running on a bunch of raspberrypi's, it creates the workspace. It connects just fine but doesn't install my extensions. It works fine if I use local devcontainers .. or if I ssh to my remote raspberrypi and then start the devcontianer.
NOTE: If I click on the option to install on remote, the extension will install and work.
What did you expect to happen instead?
All my extensions in my devcontainer.json would load.
How can we reproduce the bug? (as minimally and precisely as possible)
My
devcontainer.json
:Local Environment:
DevPod Provider:
Client Version: v1.29.0
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.30.6+k3s1
]
Anything else we need to know?
Here are the logs from vscode server:
I didn't capture the devpod logs before it started the vscode .. right now the logs in devpod just says it's running but in debug mode I didn't see any errors and there was a section that listed all my extensions that were in my devcontainer.json file..
The text was updated successfully, but these errors were encountered: