Files
openide/plugins/terminal
Sergey Simonchik 0381e3f989 [terminal] IJPL-214284 store host working directory per terminal tab, not remote path
For example, if a terminal is running in WSL, store `\\wsl.localhost\Ubuntu\path\to\project` (host path) as a terminal working directory, not `/path/to/project` (remote path).
Similarly, with DevContainers: store `/docker-87f454dd49a9/IdeaProjects/CursorVueDevContainer`, not `/IdeaProjects/CursorVueDevContainer`

This will allow detecting the terminal environment correctly when restoring the terminal tab on project open.


(cherry picked from commit a964ce9e22dc48085016a7ea371cf39aaf9637b5)

IJ-CR-180815

GitOrigin-RevId: 051a56eab8cc90dc9e7ec251dc044aa145a8b624
2025-11-03 20:50:08 +00:00
..