-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splitting terminal ignores "terminal.integrated.splitCwd": "inherited" and instead starts in workspace root #117079
Comments
This was disabled on Big Sur only as a workaround for #105446 |
I see it was reverted upstream, we will eventually enable it again when it's definitely fixed in Electron @deepak1556 ? |
@Tyriar This regression just made it through 1.61.0 and also reproduces on Linux 1.60.2Expected and actual: New terminal starts in previous terminal's directory 1.61.0Expected: New terminal starts in previous terminal's directory I've been used to the previous behavior for years, would it be possible to roll back? Working version
Non-working version
|
@meganrogge could the event change in 6a7445b have caused that breakage on Linux? |
With every VSCode I hope this issue is fixed. In the latest release - it still isn't. I'm experiencing this on Mac. |
Splitting is working fine on the latest macOS now. Please open a new issue with specific repro steps if you see this issue again. |
VS Code Version: 1.53.2
OS Version: 11.2.1
Steps to Reproduce:
terminal.integrated.splitCwd
is set toinherited
Expected: New terminal starts in previous terminal's directory
Actual: New terminal starts in workspace directory
Screen.Recording.2021-02-19.at.2.06.55.PM.mov
Does this issue occur when all extensions are disabled?: Yes
Additional notes: This happens 100% of the time for me. It first started happening when I updated both to the newest version of VS Code (January) and to Big Sur (updated both at the same time). This happens when the default integrated terminal is
bash
and when it iszsh
.The text was updated successfully, but these errors were encountered: