我已經下載了最新的 Windows 更新版本 1909,其中包含新的 Windows 終端機(預覽版),並選擇了 Insiders 計劃,慢環,顯然現在也有 WSL2 的東西。我正確設定了所有內容並使用 Ubuntu 建置啟用了 WSL,但我並不是 100% 正在運行 WSL v2。我在網路上找到的命令例如:wsl -l -v
或wsl --set-version Ubuntu 2
根本不存在。 「線上說明頁」僅包含以下內容:
Arguments to run Linux binaries:
If no command line is provided, wsl.exe launches the default shell.
--exec, -e <CommandLine>
Execute the specified command without using the default Linux shell.
--
Pass the remaining command line as is.
Options:
--distribution, -d <DistributionName>
Run the specified distribution.
--user, -u <UserName>
Run as the specified user.
Arguments to manage Windows Subsystem for Linux:
--export <DistributionName> <FileName>
Exports the distribution to a tar file.
The filename can be - for standard output.
--import <DistributionName> <InstallLocation> <FileName>
Imports the specified tar file as a new distribution.
The filename can be - for standard input.
--list, -l [Options]
Lists distributions.
Options:
--all
List all distributions, including distributions that are currently
being installed or uninstalled.
--running
List only distributions that are currently running.
-setdefault, -s <DistributionName>
Sets the distribution as the default.
--terminate, -t <DistributionName>
Terminates the distribution.
--unregister <DistributionName>
Unregisters the distribution.
--upgrade <DistributionName>
Upgrades the distribution to the WslFs file system format.
--help
Display usage information.
我能夠安裝遠端 VSCode 擴展在我的 Visual Studio Code 上,我認為這是 WSL2 的事情,但這讓我認為他們已將所有內容移至 WSL2 版本。
有任何澄清嗎?