-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Extension is not enabled after restart #78
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Will investigate. Is this using the docker command? |
Yes, I use docker command, and use -d option to specify data directory to a docker volumn. So when I rerun docker command, the old data will be used. |
@kylecarbs should we modify the one-liner to also mount a data directory? |
That's probably a good idea. |
So in order to fix this, |
I have the same issue in
With binary version:
I use server without root permission. |
@nhooyr the only binary we unpack is ripgrep. That shouldn't prevent any loads though. |
There is some pty.node binary in .code-server. |
Yes. My data folder is in |
It's probably best if we keep data in one place, and move temporary unpacked items to another folder. I suppose we could just keep them in |
Hi,
Can you explain me what I have to change? |
Same issue to me, extensions are disabled on restart and if i change folders they become disabled. the only way for me to re-enable is to uninstall / install again Running on CentOS7, manual build with yarn. |
Same here using I notice that when refreshing the browser, the file It is always like following:
Again another file For example, if the extension "Markdown All in One" is manually disabled, this file supposes to include the information whether a extension is disabled or not, like |
With this release 1.32.0-245 my issue is solved. Now the extensions are enabled also after restart. |
@wwbmmm did release 1.32.0-245 fix the issue for you as well? |
I can say based on my testing with #209 I have seen the issue still come up on CentOS 7 on the new release, it happened when i would use 'open folder' and then i would try to disable the extensions all together and then Enable (workspace), when I swap folders around my python extension was unable to work for me (I could not re-enable it). |
Seeing this issue with the latest release (code-server1.696-vsc1.33.0-linux-x64 ). Any workaround for the issue?
Seeing this without the docker and using just the binary. |
Should be fixed with latest versions. |
code-server
version: v1.31.1-100Steps to Reproduce
The text was updated successfully, but these errors were encountered: