Terminal: How to set the new terminal as default external terminal for VS Code?

Created on 25 May 2019  路  6Comments  路  Source: microsoft/terminal

How do I launch the new terminal through shortcut such as Ctrl + Shift + C in Visual Studio Code?

Area-Server Issue-Question Product-Meta Resolution-Answered

Most helpful comment

Maybe try setting it with something like "%LOCALAPPDATA%\\Microsoft\\WindowsApps\\wtd.exe"?

All 6 comments

search 'terminal ' and setting the Windows Exec with wls.exe , 'C:\WINDOWS\System32\wsl.exe' for me.

wsl.exe launches Windows Subsytem for Linux for me with Ubuntu (It is the only distro installed).
Should I remove Ubuntu and then try?

I legitimately don't know how to do this - maybe @Tyriar might know?

Maybe try setting it with something like "%LOCALAPPDATA%\\Microsoft\\WindowsApps\\wtd.exe"?

Setting "terminal.external.windowsExec" to whatever the new executable is should work.

This seems to be answered.

Was this page helpful?
0 / 5 - 0 ratings