79425600

Date: 2025-02-09 19:51:10
Score: 1.5
Natty:
Report link

The following steps worked for me:

Run the following command inside WSL to check if VS Code is installed:

code --version

If this gives an error, install VS Code Server inside WSL:

wget -qO- https://aka.ms/install-vscode-server/setup.sh | bash

If VS Code is installed but still not working, try reinstalling the remote:

rm -rf ~/.vscode-server
rm -rf ~/.vscode
code .
Reasons:
  • Blacklisted phrase (2): still not working
  • Whitelisted phrase (-1): worked for me
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Suraj Verma