WSL file paths displayed with forward slashes instead of backslashes in Changed Files view

Issue Description

When viewing changed files in Qoder’s git integration with WSL projects

  • Paths show as: /wsl.localhost/Ubuntu/home/...

  • Should show as: \\wsl.localhost\Ubuntu\home\...

  • This prevents clicking on files to open them

  • Currently open file shows Qoder CAN handle backslash paths correctly

Steps to Reproduce

All the time when changes are made. Basiclly changed file is unusable. Concerned missing changes

Expected Behavior

Correct file path

Actual Behavior

Screenshots / Screen Recordings

Operating System

Windows with WSL2

Current Qoder Version (Menu → About Qoder → Copy)

Version: 0.3.1
VSCode Version: 1.100.0 (user setup)
Commit: efdef4d1ff388f1b2fa739ca73d86b139700ca1e
Date: 2026-01-20T11:21:35.406Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26200

This is how it’s represented in Linux, right? It’s behaving as expected, isn’t it?