Answers for "can we run wsl 2 ubuntu in vscode"

2

vs code set ubuntu wsl as default terminal

- Go to vs code > settings.json
- Replaces "terminal.integrated.shell.windows" with:

{
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\wsl.exe",
}
Posted by: Guest on May-28-2021
-1

setup vscode for wsl ubuntu c

sudo apt-get install build-essential gdb
Posted by: Guest on October-09-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language