VSCodeTriageBot / testissues

Clone of the vscode issue stream.
43 stars 23 forks source link

terminal.external.windowsExec opened pwsh with title `\\` #48541

Open VSCodeTriageBot opened 3 months ago

VSCodeTriageBot commented 3 months ago

Does this issue occur when all extensions are disabled?: Yes

Steps to Reproduce:

  1. create pure windows sandbox with powershell 7.x and vscode installed
  2. update user settings to set "terminal.external.windowsExec": "C:\\Program Files\\PowerShell\\7\\pwsh.exe"
  3. use Ctrl+Shift+C to invoke an external pwsh terminal
  4. the terminal title showing \\

image