Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open Windows Terminal in VS Code integrated mode

I have added below lines to Terminal › Integrated › Profiles: Windows:

    "terminal.integrated.profiles.windows": {
        "WTP": {
          "path": "C:\\Users\\***\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe",
        }
    },
    "terminal.integrated.defaultProfile.windows": "WTP",

But this opens Windows Terminal as an external window!

I want to open this terminal in integrated mode to have it inside VS Code window.

like image 489
AmiNadimi Avatar asked Nov 01 '25 20:11

AmiNadimi


1 Answers

Thanks to @Sercan comment, the official docs state that it's not possible since VSCode is written in TypeScript while Windows Terminal is native code.

enter image description here

like image 60
Cyber Chipmunk Avatar answered Nov 04 '25 19:11

Cyber Chipmunk



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!