We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Refs: #118726
Complexity: 3
Authors: @meganrogge, @Tyriar
Create Issue
This milestone, we added a new extension terminal option that allows disabling terminal persistence.
export interface TerminalOptions { /** * Opt-out of the default terminal persistence on restart and reload */ disablePersistence?: boolean; }
Setup
createTerminal
pty
disablePersistence
location
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Refs: #118726
Complexity: 3
Authors: @meganrogge, @Tyriar
Create Issue
This milestone, we added a new extension terminal option that allows disabling terminal persistence.
Setup
createTerminal
with and without apty
provided.disablePersistence
and reload/restart the window to confirm the option takes effect.location
to test that this works for both terminals in the panel and those in the editor areaThe text was updated successfully, but these errors were encountered: