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

continuous running can not be terminated once its started #195761

Closed
RichardLuo0 opened this issue Oct 17, 2023 · 4 comments
Closed

continuous running can not be terminated once its started #195761

RichardLuo0 opened this issue Oct 17, 2023 · 4 comments
Assignees
Labels
*caused-by-extension Issue identified to be caused by an extension

Comments

@RichardLuo0
Copy link
Contributor

As stated here
The extension's creator believes its a vscode issue, so I repost here.

  • VS Code Version: 1.83.1
  • OS Version: Windows 11

Steps to Reproduce:

  1. write a program with an infinite loop
  2. write a cmakelist.
  3. enable continuous running
  4. compile and then try to stop it with the stop button.
@roblourens
Copy link
Member

Looks related to testing matepek/vscode-catch2-test-adapter#398

@connor4312
Copy link
Member

Yea, it's on the extension, will follow up on that issue. Thanks Rob.

@connor4312 connor4312 added the *caused-by-extension Issue identified to be caused by an extension label Oct 17, 2023
@vscodenpa
Copy link

This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines. If you don't know which extension is causing the problem, you can run Help: Start extension bisect from the command palette (F1) to help identify the problem extension.

Happy Coding!

@vscodenpa vscodenpa closed this as not planned Won't fix, can't repro, duplicate, stale Oct 17, 2023
@matepek
Copy link

matepek commented Oct 18, 2023

When I click on "stop" button onCancellationRequested is not fired at https://github.com/matepek/vscode-catch2-test-adapter/blob/master/src/main.ts#L177.
I think it is a vscode issue.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension
Projects
None yet
Development

No branches or pull requests

5 participants