You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened?
the workspace parameter is not filling in the workspace name.
also additional parameters are not available like prebuild repo or devcontainer path.
What did you expect to happen instead?
to have the workspace parameter work and the other options all to be supported as well.
How can we reproduce the bug? (as minimally and precisely as possible)
My devcontainer.json:
{
"name": "...",
...
}
Local Environment:
DevPod Version: [use devpod version] 0.6.5
Operating System: windows
ARCH of the OS: AMD64
DevPod Provider:
Cloud Provider: kubernetes
Kubernetes Provider: [use kubectl version]
Local/remote provider: docker | ssh
Custom provider: provide imported provider.yaml config file
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
Thanks for reporting your issue @vrabbi! Can you give me a bit more context, what is not working? Can you give me your .devcontainer.json and the logs of the failing command? I have working devcontainers with both prebuild repo and paths so it may be a misconfiguration of the .devcontainer.json
Sorry if there is a misunderstanding.
The issue is about those parameters not being available when using deeplinks/open from url for creating a devpod workspace. It has nothing to do with the devcontainer itself.
Oh I see now thanks. This is related to #1474. I am unsure if we can support all the devcontainer parameters in a link (like prebuild repo) but I agree the workspace path would be great
What happened?
the workspace parameter is not filling in the workspace name.
also additional parameters are not available like prebuild repo or devcontainer path.
What did you expect to happen instead?
to have the workspace parameter work and the other options all to be supported as well.
How can we reproduce the bug? (as minimally and precisely as possible)
My
devcontainer.json
:Local Environment:
devpod version
] 0.6.5DevPod Provider:
kubectl version
]provider.yaml
config fileAnything else we need to know?
The text was updated successfully, but these errors were encountered: