I installed the Windows Preview and add it to integrated in settings.json
{
"workbench.colorTheme": "Atom One Dark",
"files.defaultLanguage": "python",
"workbench.startupEditor": "welcomePage",
"window.zoomLevel": 0,
"terminal.explorerKind": "external",
"terminal.external.windowsExec": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"files.autoSave": "afterDelay",
"terminal.integrated.shell.windows": "C:\\Program Files\\WindowsApps\\Microsoft.WindowsTerminal_0.7.3451.0_x64__8wekyb3d8bbwe\\WindowsTerminal.exe",
"CHERE_INVOKING": "1",
"terminal.integrated.windowsEnableConpty": true,
}
OS Version: WIndows 10 1903 build
Steps to Reproduce:
1.Download Windows Preview
2.Add in settings.json way to C:\\Program Files\\WindowsApps\\Microsoft.WindowsTerminal_0.7.3451.0_x64__8wekyb3d8bbwe\\WindowsTerminal.exe
Does this issue occur when all extensions are disabled?: Yes
I installed the Windows Preview and add it to integrated in settings.json
{ "workbench.colorTheme": "Atom One Dark", "files.defaultLanguage": "python", "workbench.startupEditor": "welcomePage", "window.zoomLevel": 0, "terminal.explorerKind": "external", "terminal.external.windowsExec": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", "files.autoSave": "afterDelay", "terminal.integrated.shell.windows": "C:\\Program Files\\WindowsApps\\Microsoft.WindowsTerminal_0.7.3451.0_x64__8wekyb3d8bbwe\\WindowsTerminal.exe", "CHERE_INVOKING": "1", "terminal.integrated.windowsEnableConpty": true, } OS Version: WIndows 10 1903 build Steps to Reproduce: 1.Download Windows Preview 2.Add in settings.json way to C:\\Program Files\\WindowsApps\\Microsoft.WindowsTerminal_0.7.3451.0_x64__8wekyb3d8bbwe\\WindowsTerminal.exe Does this issue occur when all extensions are disabled?: Yes