Skip to content

Commit

Permalink
WSL remove default Ubuntu and new Vscode addon
Browse files Browse the repository at this point in the history
  • Loading branch information
TeroKeso authored Aug 16, 2024
1 parent 71f08f4 commit 46a8afa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/Windows_11_WSL.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ wsl --list --verbose
![Installing Debian to WSL](assets/images/WSL_Debian.png "WSL Debian")


## Lets install Ubuntu 24.04 and Debian Distripution. We will use Ubuntu as main platform and Debian for testing.
## Lets install Ubuntu 24.04 and Debian Distripution. We will use Ubuntu 24.04 as main platform and Debian for testing. For this reason we will start by removing default Ubuntu from your pc

```bash

wsl --unregister Ubuntu

wsl --install --web-download --distribution Ubuntu-24.04

wsl --install --web-download --distribution Debian
Expand Down
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ code --install-extension ms-vscode-remote.remote-containers
code --install-extension ms-azuretools.vscode-docker
code --install-extension ms-vscode-remote.vscode-remote-extensionpack
code --install-extension GitHub.copilot
code --install-extension GitHub.copilot-chat
code --install-extension GitHub.vscode-pull-request-github
```
## Step 4: Create GitHub Account

Expand Down

0 comments on commit 46a8afa

Please sign in to comment.