Shell integration: Implement enhanced cwd detection and working directory history #139407
Labels
insiders-released
Patch has been released in VS Code Insiders
plan-item
VS Code - planned item for upcoming
terminal-shell-integration
Shell integration infrastructure, command decorations, etc.
Milestone
Parent issue #133084
Currently cwd tracking is done on macOS and Linux by running lsof or checking procos respectively, these mechanisms can be disabled if we get the cwd from shell integration as it will come in faster and without the need for additional polling. We also want to maintain a list of recent working dirs to support the go to recent directory feature #139402
This new cwd should work for relative links and the
splitCwd
setting.The text was updated successfully, but these errors were encountered: