diff --git a/remote-release-notes/v1_53.md b/remote-release-notes/v1_53.md index f6c965254..5ab064463 100644 --- a/remote-release-notes/v1_53.md +++ b/remote-release-notes/v1_53.md @@ -40,7 +40,12 @@ If you connect to Docker using SSH, we now support prompting for a password (and ### Install extensions from a WSL shell -The CLI in the WSL console now also supports -`--list-extensions`, `--uninstall-extension` and `--uninstall-extension` to list, remove or add extensions on the WSL side. This includes extensions from the Marketplace as well as from VSIXes +The `code` CLI in the WSL shell now also supports +`--list-extensions`, `--uninstall-extension` and `--uninstall-extension`. You can use them to list, remove or add extensions installed on the WSL side. This works for extensions from the Marketplace as well as from VSIXes. -Again, the command is restricted to extensions on the WSL side. to install an extension locally, use `code.cmd` from the Windows side. +Again, the command is restricted to extensions on the WSL side. To install an extension locally, use `code.cmd` from the Windows side or the extensions view. + + +### Shortcuts to install WSL and WSL distros + +The Remote - WSL extension now guides users how to install WSL and WSL distros when not yet present. It uses the new simplified [`wsl --install`](https://docs.microsoft.com/en-us/windows/wsl/install-win10#simplified-installation-for-windows-insiders) feature available in Windows Preview builds. \ No newline at end of file