mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-16 17:03:29 +01:00
9bdb4a2f70
Fixes #86433 During path normalization, we convert `\` in windows paths to `/`. This causes the isWindowsPath check to fail I think it is generally safe to assume that file paths that start with a drive letter and then any type of slash should be treated as windows paths