Files
shanevcantwell c565bdc464 fix: use ide.runCommand when Windows host connects to WSL
When the VS Code extension runs on Windows but connects to WSL,
direct shell spawning fails because process.platform is "win32"
but commands should execute in the Linux WSL environment.

This caused: spawn powershell.exe ENOENT

The fix detects this scenario and falls back to ide.runCommand(),
letting VS Code handle the remote terminal execution properly.

Fixes #9661

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 10:55:16 -07:00
..
2025-10-14 15:48:35 -07:00
2025-08-27 22:27:15 -07:00
2025-10-14 15:48:35 -07:00
2025-10-17 10:25:37 -07:00
2025-10-17 11:21:55 -07:00