-
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
ShellTerminalProfile modify
method broken
#12197
Comments
@tsmaeder, @JonasHelming, this may be worth considering for a hot fix for the community release. |
@colin-grant-work ignoring the selected workspace root is the only manifestation of the bug I can see in the Theia code base. Not sure that warrants a bugfix release. Let's discuss severity. |
Fixes eclipse-theia#12197 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
@tsmaeder, I would agree it isn't very severe, but it's a regression that is obvious to users and occurs in a not-uncommon scenario. In my view, that's exactly the sort of thing we want to avoid in the community releases. |
It is on the agenda for tomorrow: https://github.com/eclipse-theia/theia/wiki/Dev-Meetings |
Fixes #12197 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
Fixes eclipse-theia#12197 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
The type accepted by
modify
is basically used as a constructor argument for a newShellTerminalProfile
, but the types accepted by themodify
method and the the constuctor ofShellTerminalProfile
have almost nothing in common. The clearest manifestation of the bugs this causes is that opening a terminal in a multi-root workspace ignores the user's selection of root.Originally posted by @colin-grant-work in #12066 (comment)
The text was updated successfully, but these errors were encountered: