-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
Labels
Milestone
Description
Refs: #118726
Complexity: 3
Authors: @meganrogge, @Tyriar
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
- In an extension, call
createTerminalwith and without aptyprovided. - Set
disablePersistenceand reload/restart the window to confirm the option takes effect. - Try providing a
locationto test that this works for both terminals in the panel and those in the editor area
Reactions are currently unavailable