如何在VS Code中为其他发行版打开wsl工作区?

时间:2019-05-02 19:16:45

标签: windows visual-studio-code windows-subsystem-for-linux vscode-remote

我同时为WSL安装了Ubuntu和Debian。当我使用VS Code remote development打开WSL工作区时,它将始终打开Ubuntu。如何在VS Code中使用WSL在Debian安装下打开工作区?

2 个答案:

答案 0 :(得分:1)

VS代码Remote - WSL extension始终使用默认的WSL发行版。您可以使用wsl command(在Windows早期版本中为wslconfig)来更改默认发行版:

# List the available distributions
wsl --list

Listing distributions with the wsl --list command

# Set the default version to debian
wsl --setdefault debian

Switch the default distro with the wsl --setDefault command

更改WSL的默认设置后,请确保重新启动VS Code

答案 1 :(得分:1)

点击左下角的“远程按钮”

remote button screenshot

选择New Window using Distro...

new windows using distro screenshot

选择您的发行版!

pick distro screenshot