How to set default workspace / project running via Helm chart #3081
Unanswered
nodesocket
asked this question in
Q&A
Replies: 1 comment 16 replies
-
Interesting, it's supposed to store the last visited in I'm not familiar with the Helm charts but the ways I can think it wouldn't be used are if:
Do any of those seem to apply in your situation? If not passing |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running the official Helm chart, so Kubernetes and Docker. For the life of me, I can't figure out how to change the default project / workspace. I navigate to
File => Open
select the directory I want to be the default and close the browser tab. When I reopen the browser it's still defaulting into/home/coder
.It seems running via Docker and Helm chart, that code-server always defaults to
/home/coder
no matter what the last project was or last open path was.How can I modify to always start in
/home/coder/code
instead?Beta Was this translation helpful? Give feedback.
All reactions