visual-studio-codewindows-subsystem-for-linuxvscode-remote

Git extension disabled in VS code with WSL


The built-in Git extension has somehow become deactivated in VS code and can't be re-enabled. If I open the extension page it gives the following error:

"This extension is disabled in this workspace because it is defined to run in the Remote Extension Host. Please install the extension in 'WSL: Ubuntu' to enable."

screenshot

If I open the GitHub extension page I get the same message, but GitHub Authentication still seems to be activated okay. As far as I can tell I am already in the Remote Extension Host. Additionally the source control tab is saying that no source control providers are registered.

The Git extension has been working for me for months since I updated to WSL2, I've not installed any other extensions recently, but it seems to have started after rebooting my machine. I've tried rebooting and restarting VS code, deactivating GitHub authentication and GitLens then restarting VS code and that hasn't done anything.


Solution

  • Please install the extension in 'WSL: Ubuntu' to enable."

    That's is the hint on how to fix it.

    1. Open the extension panel (Ctrl + Shift + X)
    2. You should be able to see the section "WSL: UBUNTU: INSTALLED"
    3. Click on the download (cloud with down arrow) icon on the right
    4. Pick the extensions that are already installed in "LOCAL - INSTALLED" to be installed here
    5. Done.

    The default extensions are installed in the LOCAL workspace. When working with VScode remote server (WSL: UBUNTU: INSTALLED) you have to install the extensions in that workspace as well.