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.