-
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
Integrated terminal cannot be reused #6618
Comments
@elaihau Would it be possible to refactor tasks that they preserve identity as in VS Code? It breaks in many places not only for debugging. Generally running the same task multiple times should NOT be allowed and the same terminal should be used. Right now it is most annoying mismatch. |
…n of the terminal title Signed-off-by: Cai Xuye <[email protected]>
@a1994846931931
I was getting a "The debug session type "python" is not supported." error when tried to reproduce this error. Could you please advise what I should do to make debugging python code work? Thanks ! |
@elaihau |
…inal title Signed-off-by: Cai Xuye <[email protected]>
With changes in this pull request, Theia offers users the flexibility of terminating or restarting a task, if the user tries to run a task that is actively running. This pull request resolves eclipse-theia#6618 (comment) Signed-off-by: Liang Huang <[email protected]>
With changes in this pull request, Theia offers users the flexibility of terminating or restarting a task, if the user tries to run a task that is actively running. This pull request resolves #6618 (comment) Signed-off-by: Liang Huang <[email protected]>
With changes in this pull request, Theia offers users the flexibility of terminating or restarting a task, if the user tries to run a task that is actively running. This pull request resolves eclipse-theia#6618 (comment) Signed-off-by: Liang Huang <[email protected]>
With changes in this pull request, Theia offers users the flexibility of terminating or restarting a task, if the user tries to run a task that is actively running. This pull request resolves eclipse-theia#6618 (comment) Signed-off-by: Liang Huang <[email protected]>
With changes in this pull request, Theia offers users the flexibility of terminating or restarting a task, if the user tries to run a task that is actively running. This pull request resolves eclipse-theia#6618 (comment) Signed-off-by: Liang Huang <[email protected]>
With changes in this pull request, Theia offers users the flexibility of terminating or restarting a task, if the user tries to run a task that is actively running. This pull request resolves eclipse-theia#6618 (comment) Signed-off-by: Liang Huang <[email protected]>
With changes in this pull request, Theia offers users the flexibility of terminating or restarting a task, if the user tries to run a task that is actively running. This pull request resolves eclipse-theia#6618 (comment) Signed-off-by: Liang Huang <[email protected]>
With changes in this pull request, Theia offers users the flexibility of terminating or restarting a task, if the user tries to run a task that is actively running. This pull request resolves eclipse-theia#6618 (comment) Signed-off-by: Liang Huang <[email protected]>
With changes in this pull request, Theia offers users the flexibility of terminating or restarting a task, if the user tries to run a task that is actively running. This pull request resolves #6618 (comment) Signed-off-by: Liang Huang <[email protected]>
…n of the terminal title Signed-off-by: Cai Xuye <[email protected]>
With changes in this pull request, Theia offers users the flexibility of terminating or restarting a task, if the user tries to run a task that is actively running. This pull request resolves eclipse-theia#6618 (comment) Signed-off-by: Liang Huang <[email protected]>
Description
Theia can now support integrated terminal, thanks to commit 0327a4d. But there remains a problem that the terminal cannot be reused (see the posted gif below).
Reproduction Steps
console
should beintegratedTerminal
)OS and Theia version:
OS: Ubuntu
Version: 145f913
Diagnostics:
In line
theia/packages/debug/src/browser/debug-session.tsx
Line 377 in 145f913
The
options.title
is compared witht.title.label
, butt.title.label
changes.The text was updated successfully, but these errors were encountered: