Page MenuHomeSolus

vscode issue with certain extensions
Closed, ResolvedPublic

Description

Certain extensions are looking for ~/.config/Code directory to read from settings files. This is an issue as the folder is actually named '~/.config/Code - OSS'. It seems as if this is only an issue for some extensions and not others. The extension that brought this issue to my attention was vscode-icons.

This is an issue both on my desktop and laptop, so it should be easily reproducible. Just install vscode and vscode-icons as an extension, then restart vsocde to find that the info banner that appears, appears on every restart of vscode. Opening the developer tools in vscode shows the error, which is also shown on the github issue below.

Here is the issue that I submitted to their github repo for more info on what a fix to this issue could be: https://github.com/vscode-icons/vscode-icons/issues/1123

Revisions and Commits

Event Timeline

I would like to add that a simple cp -r ~/.config/'Code - OSS' ~/.config/Code makes the errors in the dev tools go and the info banner stop appearing, so im guessing it is just an issue with the folder name?

JoshStrobl triaged this task as Normal priority.
JoshStrobl moved this task from Backlog to Package Fixes on the Software board.

Yes not sure why it is only checking Code, I'll see about patching it. I don't want to break existing installs set up with Code - OSS

Just had a thought, and instead of copying the entire directory like an idiot, i've just made a symlink to the folder. While this is not a clean fix, it works as a temp fix for me.