How do I get around the verified bug in Windows 1903 and launch the VSCode integrated terminal?

Gol*_*Jer 13 windows-10 visual-studio-code

I just did a fresh install of Windows 10 Pro version 1903 build 18362.116 and Visual Studio Code. Now the integrated terminal only launches externally.

Pressing Ctrl + ~ results in this.

vscode非集成终端

What am I missing? How do I get it to open integrated again?


EDIT

After working with VSCode team it is a verified bug. See the Github issue here. I posted the workaround as an answer here.

Gol*_*Jer 39

好,在VSCode repo问题中解决了这一问题

现在,在修复之前,请在用户设置中关闭ConPTY集成。

vscode配置设置

  • 这会导致 `settings.json` 中出现 `"terminal.integrated.windowsEnableConpty": false`。 (3认同)