Skip to content

Code server missing globalStorage folder #1693

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

Closed
nathanrpage97 opened this issue May 20, 2020 · 8 comments · Fixed by #1765
Closed

Code server missing globalStorage folder #1693

nathanrpage97 opened this issue May 20, 2020 · 8 comments · Fixed by #1765
Labels
bug Something isn't working

Comments

@nathanrpage97
Copy link

nathanrpage97 commented May 20, 2020

code server is missing a globalStorage folder on configuration:

For linux default location:

~/.local/share/code-server/User/globalStorage

Missing this issue causes extensions that rely on this folder to error (e.g., todo tree).

Edit: Reference to vs code api

@nathanrpage97
Copy link
Author

nathanrpage97 commented May 20, 2020

Actually this is something that todo tree should do based off of API. This is wrong

@nathanrpage97
Copy link
Author

I missed the final part

However, the parent directory is guaranteed to be existent

@penuts7644
Copy link

As a quick fix you could just make a globalStorage directory under ~/.local/share/code-server/User/ and then reinstall Todo Tree.

@nathanrpage97
Copy link
Author

Yea thats what I did as a temp fix, but this was just for reporting a spec oversight.

@nhooyr
Copy link
Contributor

nhooyr commented May 21, 2020

cc @code-asher

@nhooyr nhooyr added the bug Something isn't working label May 21, 2020
@nathanrpage97
Copy link
Author

Actually this is fixed in v3.3.1.

@nhooyr
Copy link
Contributor

nhooyr commented May 24, 2020

Awesome!

@dvyas1
Copy link

dvyas1 commented May 28, 2020

Actually this is fixed in v3.3.1.

I am on v3.4 and this folder is still missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants