WSL (Windows Subsystem for Linux) Extension
What is WSL?
Windows Subsystem for Linux (WSL) allows you to run a Linux distribution natively on Windows. With the Remote - WSL extension, you can use VS Code to develop within a WSL environment.
Installing WSL and the Extension
-
Install WSL on your Windows machine: docs.microsoft.com/windows/wsl/install
-
Install your preferred Linux distribution (e.g., Ubuntu).
-
In VS Code, open the Extensions panel (Ctrl+Shift+X) and install the "Remote - WSL" extension.