WSL/Remote development
< WSL
Stub
This page is a stub and needs expansion. You can help by adding to it.
When working with WSL, it is common to use a remote development setup.
This typically involves using an IDE that runs on the Windows host, which can connect to a WSL instance.
Meaning of "remote"
This setup uses only a single machine. "Remote" refers to the fact that the IDE typically installs a server on the WSL instance, which then interfaces remotely with the IDE as a client.
Several IDEs support remote development with WSL, including:
- Visual Studio
- Visual Studio Code
- IntelliJ editors
- Zed