Skip to content
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

Can not terminate a process using Ctrl+C #7833

Closed
RomanNikitenko opened this issue May 18, 2020 · 3 comments
Closed

Can not terminate a process using Ctrl+C #7833

RomanNikitenko opened this issue May 18, 2020 · 3 comments
Assignees
Labels
bug bugs found in the application tasks issues related to the task system terminal issues related to the terminal

Comments

@RomanNikitenko
Copy link
Contributor

RomanNikitenko commented May 18, 2020

Bug Description:

It was possible to terminate a task or some process in a terminal using Ctrl+C
But now it's not working

Steps to Reproduce:

  1. Open some project
  2. Open a terminal and try to build it
  3. Try to terminate the build process by Ctrl+C

Another case:

  1. Add the configuration to tasks.json file
        {
            "type": "shell",
            "label": "shell:test",
            "command": "sleep 40 && echo test shell task"
        }
  1. Run the configuration from Terminal ---> Run Task menu
  2. Go to the corresponding terminal and try to terminate the task using Ctrl+C

Expected behavior

terminate_process

Additional Information

  • Operating System: Fedora 31
  • Theia Version: bb43e9e
@RomanNikitenko RomanNikitenko added terminal issues related to the terminal tasks issues related to the task system bug bugs found in the application labels May 18, 2020
@akosyakov akosyakov self-assigned this May 18, 2020
@akosyakov
Copy link
Member

@RomanNikitenko on Windows?

@RomanNikitenko
Copy link
Contributor Author

@akosyakov
I faced with the problem on linux

@akosyakov
Copy link
Member

akosyakov commented May 19, 2020

@RomanNikitenko yes, makes sense ctrl+c is copy on linux as well

I will close it as a dup of #7836

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application tasks issues related to the task system terminal issues related to the terminal
Projects
None yet
Development

No branches or pull requests

2 participants