-
Notifications
You must be signed in to change notification settings - Fork 396
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
feat: add enable persistent terminal session preference #3127
Conversation
@Aaaaash 这个指到 main 吧,我记得机器人有个 backport 指令可以发 path 的 PR,不然还得手动一个个回源 |
命令: |
a6310cc
to
cb1b28f
Compare
lint 规则没过 @Aaaaash |
Codecov ReportAttention:
... and 821 files with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/backport v2.27 |
Cannot backport unmerged pull request: #3127 |
/backport v2.27 |
Backporting to |
/backport v2.26 |
Backporting to |
Types
Background or solution
🤖 Generated by Copilot at a6310cc
terminal.controller.ts
(link, link, link)Changelog
🤖 Generated by Copilot at a6310cc
This pull request adds a new feature for terminal users to enable or disable persistent sessions across window reloads. It updates the
TerminalController
class, the preference service, and the localization files to support this feature.