-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[vscode] Support optional property isTransient in TerminalOptions and ExtensionTerminalOptions #11777
Closed
1 task
Tracked by
#11779
Comments
6 tasks
vince-fugnitto
added
terminal
issues related to the terminal
vscode
issues related to VSCode compatibility
labels
Oct 17, 2022
I'm having a look at this. |
lucas-koehler
added a commit
to eclipsesource/theia
that referenced
this issue
Jan 10, 2023
…ptions * Extend `TerminalOptions` and `ExtensionTerminalOptions` with `isTransient` property according to the VSCode API * Add terminal preference `enablePersistentSessions` with default value `true` * Adhere to pref. `enablePersistentSessions` and option `isTransient` in the terminal widget Fix eclipse-theia#11777 Contributed on behalf of STMicroelectronics. Signed-off-by: Lucas Koehler <lkoehler@eclipsesource.com>
lucas-koehler
added a commit
to eclipsesource/theia
that referenced
this issue
Jan 10, 2023
…ptions * Extend `TerminalOptions` and `ExtensionTerminalOptions` with `isTransient` property according to the VSCode API * Add terminal preference `enablePersistentSessions` with default value `true` * Adhere to pref. `enablePersistentSessions` and option `isTransient` in the terminal widget Fix eclipse-theia#11777 Contributed on behalf of STMicroelectronics. Signed-off-by: Lucas Koehler <lkoehler@eclipsesource.com>
lucas-koehler
added a commit
to eclipsesource/theia
that referenced
this issue
Jan 10, 2023
…ptions * Extend `TerminalOptions` and `ExtensionTerminalOptions` with `isTransient` property according to the VSCode API * Add terminal preference `enablePersistentSessions` with default value `true` * Adhere to pref. `enablePersistentSessions` and option `isTransient` in the terminal widget Fix eclipse-theia#11777 Contributed on behalf of STMicroelectronics. Signed-off-by: Lucas Koehler <lkoehler@eclipsesource.com>
lucas-koehler
added a commit
to eclipsesource/theia
that referenced
this issue
Jan 10, 2023
…ptions * Extend `TerminalOptions` and `ExtensionTerminalOptions` with `isTransient` property according to the VSCode API * Add terminal preference `enablePersistentSessions` with default value `true` * Adhere to pref. `enablePersistentSessions` and option `isTransient` in the terminal widget Fix eclipse-theia#11777 Contributed on behalf of STMicroelectronics. Signed-off-by: Lucas Koehler <lkoehler@eclipsesource.com>
1 task
vince-fugnitto
pushed a commit
that referenced
this issue
Jan 11, 2023
…ptions (#12055) Fix #11777 * Extend `TerminalOptions` and `ExtensionTerminalOptions` with `isTransient` property according to the VSCode API * Add terminal preference `enablePersistentSessions` with default value `true` * Adhere to pref. `enablePersistentSessions` and option `isTransient` in the terminal widget Contributed on behalf of STMicroelectronics. Signed-off-by: Lucas Koehler <lkoehler@eclipsesource.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The type TerminalOptions and ExtensionTerminalOptions miss the optional property:
terminal.integrated.enablePersistentSessions
is enabled.The text was updated successfully, but these errors were encountered: