

- #Visual studio code python virtual environment install
- #Visual studio code python virtual environment windows
If you have more questions about this client-server architecture in Visual Studio, you can refer this documentation page.
#Visual studio code python virtual environment windows
Visual Studio Code Client Opened by Windows Not only this, but if you try to open any folder / file in this VS code instance, it would open a dialog from where you can select folders / files from the Linux file system as shown in below snapshot. But if you look at the status bar (bottom left corner), it would say WSL - ubuntu. This is the VS Code which you have installed on Windows. Once this is done, an instance of Visual Studio code will open. WSL will use client installed on windows and server from the Linux to facilitate the development on Linux. So, the whole VS Code is divided into two parts – client and server. Linux Terminal – Instantiating VS Code ServerĪs you can see in above snapshot, it installs the VS Code Server component on WSL.

for the first time, then this command may fetch some components from the web which are required to run VS code in WSL. Optionally you can also stay to the same path or you can navigate to Windows path mounted in Linux e.g. Then, navigate to any path on the Linux file system – which you want to open in Visual Studio code. Now, start the WSL prompt by running WSL command (and optionally providing the Linux distribution name in the command line). So, I assume we have all the ingredients required for this demo.

#Visual studio code python virtual environment install
