-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Misplaced globalStorageHome #1551
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
Ah yeah I think I see the problem. vim runs in the browser and VS Code's worker extension host isn't capable of using the |
This bug still exists when I deploy Code-Server on Linux and access it on Windows $ code-server -v
3.5.0 de41646fc402b968ca6d555fdf2da7de9554d28a |
I spun up a 3.5.0 Docker image and when I use the vim extension and do something like It doesn't seem to create it on startup though which is odd; I think it's supposed to do that so we might want to look into that. But it all seems to be working. Are there any specific errors you're running into? |
If I access it on windows, the value of 'context.globalStoragePath' will be: The code-server always runs on linux, so when I access it with a windows browser, the path separator of 'context.globalStoragePath' is wrong |
Ahh I see! I opened a new issue for this: #2093 |
A
globalStorageHome
directory is created in the project root when I use the VSCodeVim extension.The VSCodeVim extension uses
context.globalStoragePath
to determine storage location. Did code-server misconfigure this location to be in the project root?The text was updated successfully, but these errors were encountered: