From d909cde3fbc39a33420b1cdcedb70f703d6ee59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Thu, 17 Aug 2023 09:52:53 +0200 Subject: [PATCH] docs: consistently encourage to install WSL with the --no-distribution option (#3558) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docs: consistently encourage to install WSL with the --no-distribution option. References #3422 Signed-off-by: Fabrice Flore-Thébault --- extensions/podman/src/podman-install.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/podman/src/podman-install.ts b/extensions/podman/src/podman-install.ts index fdfad2dd8d8..29f19fa8617 100755 --- a/extensions/podman/src/podman-install.ts +++ b/extensions/podman/src/podman-install.ts @@ -446,7 +446,7 @@ class WSL2Check extends BaseCheck { if (!isWSL) { if (isAdmin) { return this.createFailureResult( - 'WSL2 is not installed. Call "wsl --install" in a terminal.', + 'WSL2 is not installed. Call "wsl --install --no-distribution" in a terminal.', 'Install WSL', 'https://learn.microsoft.com/en-us/windows/wsl/install', );