vscode: Copy path commands using wrong path separator on macOS

Repro:

  1. Open a file in vscode, example terminalProcess.ts
  2. Run copy relative path command
  3. Paste src\vs\platform\terminal\node\terminalProcess.ts πŸ›
  4. Run copy path of active file command
  5. Paste \Users\daimms\dev\Microsoft\vscode\src\vs\platform\terminal\node\terminalProcess.ts πŸ›

We should add some unit tests for this or improve existing ones to catch this case.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 17 (16 by maintainers)

Commits related to this issue

Most upvoted comments

I think a bandaid fix is to either revert this change entirely or change the storage key that is used.

I’m looking into it now to make sure it’s not on my end