We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey All,
I tried to add the container but i get the error error EACCES: permission denied, mkdir '/home/coder/.local/share/code-server/extensions'
error EACCES: permission denied, mkdir '/home/coder/.local/share/code-server/extensions'
Any Ideas?
The text was updated successfully, but these errors were encountered:
In my case, I solved this error as follows:
$ cd ~/ $ sudo mkdir .local/share/code-server/extensions
It assumes that docker mount directory as ${HOME}/.local/share/code-server:/home/coder/.local/share/code-server.
${HOME}/.local/share/code-server:/home/coder/.local/share/code-server
However, this is workaround. Fix commit like #1191 is needed for fundamental resolution.
Sorry, something went wrong.
@bruce9399 Thank you that fixed it!
No branches or pull requests
Hey All,
I tried to add the container but i get the error
error EACCES: permission denied, mkdir '/home/coder/.local/share/code-server/extensions'
Any Ideas?
The text was updated successfully, but these errors were encountered: