Включен ли WSL2 по умолчанию для инсайдеров (после обновления 1909)?

Включен ли WSL2 по умолчанию для инсайдеров (после обновления 1909)?

Я загрузил последнюю версию обновления Windows 1909, доступную мне с новым Windows Terminal (Preview), и выбрал программу Insiders, Slow Ring, которая, по-видимому, теперь также включает WSL2. Я правильно все настроил и включил WSL с помощью сборки Ubuntu, но я не на 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.

Есть какие-нибудь разъяснения?

Связанный контент