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

Getting error message "Failed to terminate running task" when trying to terminate the running task. #4684

Closed
v-pavanp opened this issue Mar 25, 2016 · 1 comment
Assignees
Labels
tasks Task system issues

Comments

@v-pavanp
Copy link

  • VSCode Version: 0.10.12-alpha
  • OS Version: Windows10

Steps to Reproduce:

  1. launch app and open a folder which contains .less file.
  2. Configure task runner from command palette and update task.json for below section:
    "tasks": [
    {
    "taskName": "install",
    "args": ["install","less"]
    },
  3. Now save the updated file and press F1 and type : Run task
  4. Select "Install" option from the list.
  5. Verify you can see task running icon display in the status bar.
  6. Now try to terminate the current running task. (Try to execute new task and it will show the pop-up to terminate running task. ).
  7. Click on "Terminate Running task".
    image

Actual:

  1. Throwing error message like : Failed to terminate running task
  2. Output window it is displaying message like:
    The task 'install' was terminated per user request.
    image
@dbaeumer dbaeumer added tasks Task system issues bug Issue identified by VS Code Team member as probable bug labels Mar 29, 2016
@egamma egamma removed the v-test label Aug 22, 2016
@dbaeumer
Copy link
Member

The happened with the old task 0.1.0 and I am not able to reproduce with the new 2.0.0 task system. Closing as obsolete.

@dbaeumer dbaeumer removed the bug Issue identified by VS Code Team member as probable bug label Oct 16, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tasks Task system issues
Projects
None yet
Development

No branches or pull requests

3 participants