VS code only wsl and not wsl-ubuntu #336
Answered
by
cromewar
vhamilton-caseopp
asked this question in
Q&A
-
Hi, I'm trying to get WSL installed and set up for vs code. I have went through the setup but it's only showing wsl and not wsl-ubuntu. I have ubuntu installed and from the ubuntu window in terminal open vs code |
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Jul 14, 2023
Replies: 1 comment
-
Hello @vhamilton-caseopp that's ok, WSL have a core running on ubuntu, and then you can install specific distributions so it will work fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Equious
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @vhamilton-caseopp that's ok, WSL have a core running on ubuntu, and then you can install specific distributions so it will work fine.
Also you can run vscode from the WSL console using
code .
so it will run on the current distro you are working with on WSL.