O padrão WSL2 está habilitado para usuários internos (após atualização de 1909)

O padrão WSL2 está habilitado para usuários internos (após atualização de 1909)

Baixei a versão de atualização mais recente do Windows 1909 disponível para mim com o novo Terminal do Windows (visualização) e optei pelo programa Insiders, Slow ring, que aparentemente agora também tem o material WSL2. Configurei tudo corretamente e habilitei o WSL com a compilação do Ubuntu, mas não tenho 100% de certeza de que estou executando o WSL v2. Os comandos que encontro online como: wsl -l -vor wsl --set-version Ubuntu 2simplesmente não existem. A "página de manual" contém apenas o seguinte:

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.

consegui instalar oExtensão VSCode remotano meu código do Visual Studio, que eu acho que é uma coisa do WSL2, o que me faz pensar que eles mudaram tudo para a versão WSL2.

Algum esclarecimento?

informação relacionada