Previously: spawn_wsl(cwd=None) passed no --cd to wsl.exe, so each pane inherited the launcher's cwd — which is typically C:\Users\<user>, surfacing inside WSL as /mnt/c/Users/<user>. Annoying because the first thing you do in a new pane is `cd ~`. Now: if the caller didn't specify a cwd, we explicitly pass `--cd ~` so the pane lands in the WSL user's home. Existing panes keep their saved cwd from the workspace.json. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| capabilities | ||
| icons | ||
| src | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| tauri.conf.json | ||