Closed GiorgioBrux closed 1 year ago
Will the app settings and extensions persist without .local
though? Seems that's where that sort of data lives.
@keldian you are right, I was too quick to remove it. At least extensions are indeed stored here, so I added the folder back to the bind mount.
Description
As discussed in #sandbox-dev, the default bind mounts inside the container for the code-server role are currently wrong, this PR corrects them.
/home/code-server/[...]
paths have been renamed to/home/coder/[...]
while the.local
one has been removed since it's not mentioned in the official docs.How has this been tested?
Untested.