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
Actually this is something that todo tree should do based off of API. This is wrong
I missed the final part
However, the parent directory is guaranteed to be existent
As a quick fix you could just make a globalStorage directory under ~/.local/share/code-server/User/ and then reinstall Todo Tree.
Yea thats what I did as a temp fix, but this was just for reporting a spec oversight.
cc @code-asher
Actually this is fixed in v3.3.1.
Awesome!
Actually this is fixed in v3.3.1.
I am on v3.4 and this folder is still missing.
Most helpful comment
Yea thats what I did as a temp fix, but this was just for reporting a spec oversight.