Reputation: 5715
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.
Upvotes: 3
Views: 2277
Reputation: 102
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.
Upvotes: 7