Skip to content

Commit

Permalink
Move TerminalShellIntegration stubs to main theia API
Browse files Browse the repository at this point in the history
fixes #14107

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <[email protected]>
  • Loading branch information
rschnekenbu committed Sep 16, 2024
1 parent beabfba commit dfcf766
Show file tree
Hide file tree
Showing 4 changed files with 365 additions and 330 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

<!-- ## Unreleased
- [plugin] move stubbed API TerminalShellIntegration into main API [#14168](https://github.com/eclipse-theia/theia/pull/14168) - Contributed on behalf of STMicroelectronics
<a name="breaking_changes_1.54.0">[Breaking Changes:](#breaking_changes_1.54.0)</a> -->
- [core] Updated AuthenticationService to handle multiple accounts per provider [#14149](https://github.com/eclipse-theia/theia/pull/14149) - Contributed on behalf of STMicroelectronics

Expand Down
1 change: 1 addition & 0 deletions packages/plugin-ext/src/plugin/terminal-ext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ export class TerminalExtImpl implements theia.Terminal {
this.creationOptions = this.options;
}

/** @stubbed Terminal Shell Ingration */
shellIntegration: theia.TerminalShellIntegration | undefined = undefined;

sendText(text: string, shouldExecute: boolean = true): void {
Expand Down
Loading

0 comments on commit dfcf766

Please sign in to comment.