-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
on terminal reconnection, shellIntegration.cwd
is undefined
#234672
Comments
Also noticed that terminal is getting reconnected to even though there's been no input Screen.Recording.2024-11-26.at.10.59.45.AM.mov |
this doesn't get hit for the reconnected terminal vscode/src/vs/workbench/contrib/terminal/browser/terminalInstance.ts Lines 456 to 459 in d7e34a7
|
this doesn't either
|
@Tyriar since you did most of the detached terminal and terminal capability store work, do you know where we set the capabilities for reconnected terminals? |
This is where we serialize: vscode/src/vs/platform/terminal/node/ptyService.ts Lines 200 to 224 in 8a2a20c
Revive: vscode/src/vs/platform/terminal/node/ptyService.ts Lines 226 to 233 in 8a2a20c
Reconnect: vscode/src/vs/platform/terminal/common/terminal.ts Lines 536 to 557 in 8a2a20c
|
I see that this doesn't get hit for reconnected terminals
so, the
|
Even with that, the |
still an issue #239027 (comment) |
I don't see that log when recovering a terminal session if that's all there is to verify |
discovered with terminal suggest #234671
Related: #200777
The text was updated successfully, but these errors were encountered: