vscode: Terminal shell integration doesn't work on remote windows

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

  • Version: 1.64.0-insider (user setup)
  • Commit: 45060913204279d4ecfe0575ca69d68211fb3798
  • Date: 2022-01-26T05:17:50.284Z
  • OS: Windows_NT x64 10.0.22000
  • WSL2 (ubuntu, with zsh shell)

Follow up on https://github.com/microsoft/vscode/issues/141339#issuecomment-1022554046

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 3
  • Comments: 19 (18 by maintainers)

Commits related to this issue

Most upvoted comments

Yeah it works when I ssh into localhost Screen Shot 2022-01-27 at 1 30 28 PM

This is a bit of a risky change, I think we probably need to move the shell integration arg injecting over to the server so execInstallFolder uses the right OS. Or refactor how the function is organized to support pulling that path over from the other side if needed.

Can repro at least one issue here, we’re injecting a Windows path:

image