Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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:WINDOWSSystem32wsl.exe",
}
 
PREVIOUS NEXT
Tagged: #code #set #ubuntu #wsl #default #terminal
ADD COMMENT
Topic
Name
5+8 =