Answers for "open wsl in vscode terminal"

1

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

Code answers related to "open wsl in vscode terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language