You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[vscode] Support env.onDidChangeShell event (#13097)
contributed on behalf of STMicroelectronics
Signed-off-by: Remi Schnekenburger <[email protected]>
Address review comments
- remove indirection from TerminalService
- change shellPath as getter rather than property
- use instanceof instead of is()
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@
7
7
## v1.44.0
8
8
9
9
-[task] prevent task widget title from being changed by task process [#13003](https://github.com/eclipse-theia/theia/pull/13003)
10
-
-[vscode] Added Notebook CodeActionKind [#13093](https://github.com/eclipse-theia/theia/pull/13093) - contributed on behalf of STMicroelectronics
10
+
-[vscode] added Notebook CodeActionKind [#13093](https://github.com/eclipse-theia/theia/pull/13093) - contributed on behalf of STMicroelectronics
11
+
-[vscode] added support to env.ondidChangeShell event [#13097](https://github.com/eclipse-theia/theia/pull/13097) - contributed on behalf of STMicroelectronics
0 commit comments