Files
vscode/extensions
Thanh Nguyen deef0f5460 fix: correct tunnel command path resolution for Windows Insiders (#282431)
* fix: correct tunnel command path for Windows Insiders

On Windows Insiders, the bin folder is at root level while appRoot
points to resources/app inside the versioned folder. Changed path
resolution to use '../../../bin' (3 levels up) for Windows Insiders
specifically, while keeping '../../bin' for other platforms.

- macOS: 'bin' (directly under appRoot)
- Windows Insiders: '../../../bin' (resources/app -> root/bin)
- Other platforms: '../../bin'

Fixes #282425

* chore: apply feedback

---------

Co-authored-by: ThanhNguyxn <thanhnguyxn@users.noreply.github.com>
Co-authored-by: Robo <hop2deep@gmail.com>
2026-01-14 20:15:20 +00:00
..
2025-11-07 11:31:19 +00:00
2025-10-30 09:51:57 +00:00
2025-11-07 11:31:19 +00:00
2025-10-30 09:51:57 +00:00
2026-01-11 20:20:25 +01:00
2026-01-11 20:20:25 +01:00