vscode: Copy path commands using wrong path separator on macOS
Repro:
- Open a file in vscode, example terminalProcess.ts
- Run copy relative path command
- Paste
src\vs\platform\terminal\node\terminalProcess.ts
π - Run copy path of active file command
- 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
- Don't sync label formatters across machines Fixes #150970 — committed to microsoft/vscode by Tyriar 2 years ago
- Fix label formatter caching take 2 Fixes #150970 — committed to microsoft/vscode by Tyriar 2 years ago
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