- Notifications
You must be signed in to change notification settings - Fork1
fix: setworkspace
default as${containerWorkspaceFolder}
#17
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ankudinov left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
tested that on my setup - it's much better option for dev containers as otherwise coder settles in home directory that has nothing to do with the real workspace
this is a very helpful default as it prevents hardcoding the path
@ankudinov thank you for the feedback! The reason this hasn't been merged is that, unfortunately, for features the default value containing I recall trying to find a workaround, but AFAICT there is no way to access PS. Out of interest, are you using this feature within |
ankudinov commentedAug 19, 2025
@mafredri yes, the I'm not using coder/coder, but ourown prebuilt container which is based on official Python image originally. |
mafredri commentedAug 19, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@ankudinov I see you specified it in the projects I forgot this but we're using EDIT: I also forgot we override the app to set the PS. Thanks for sharing your use-case. Definitely interested in learning more about it. 👍🏻 |
No description provided.