Installing vscode in the ubuntu container broke my bluefin-dx vscode

after installing vscode inside the ubuntu distrobox my own bluefin-dx-nvidia vscode is not starting.

I’m clueless over what to do to fix it.

Distrobox by default shares your home directory.

The downside to this is that a lot of things use your homedir to manage it’s state. You will lose some configs, but you can resolve this by deleting the following directory: ~/.vscode

If there are still issues delete ~/.config/Code

If there is still problems delete ~/.cache

This will wipe all of your settings and all of your installed extensions.

1 Like

Excelent, worked like a charm.

Thank you!

Yeah tack a -h on the distrobox create command to have your home directory isolated.

1 Like

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.