WSL2 はインサイダー向けにデフォルトで有効になっていますか (1909 アップデート後)

WSL2 はインサイダー向けにデフォルトで有効になっていますか (1909 アップデート後)

新しい Windows Terminal (プレビュー) で利用できる最新の Windows アップデート バージョン 1909 をダウンロードし、Insider プログラムである Slow ring を選択しました。どうやら、このプログラムには WSL2 の機能も含まれているようです。すべてを適切にセットアップし、Ubuntu ビルドで WSL を有効にしましたが、WSL v2 を実行しているかどうかは 100% 確信できません。オンラインで見つけたコマンド、wsl -l -vまたははwsl --set-version Ubuntu 2存在しません。「manpage」には次のものだけが含まれています。

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 バージョンに移行されたのではないかと考えています。

何か説明が必要ですか?

関連情報