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

Expose task status through VS Code API #241772

Open
connor4312 opened this issue Feb 24, 2025 · 1 comment
Open

Expose task status through VS Code API #241772

connor4312 opened this issue Feb 24, 2025 · 1 comment
Assignees
Labels
api-proposal feature-request Request for new features or functionality tasks Task system issues
Milestone

Comments

@connor4312
Copy link
Member

Currently an extension can start and stop tasks, but it can't see the status of the task. It would be useful to expose this, because then extension functionality that e.g. depends on code having been successfully compiled can respond appropriately.

@meganrogge meganrogge added feature-request Request for new features or functionality tasks Task system issues labels Feb 24, 2025
@meganrogge meganrogge added this to the March 2025 milestone Feb 24, 2025
@meganrogge
Copy link
Contributor

I imagine exposing an onDidChangeStatus event on the task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-proposal feature-request Request for new features or functionality tasks Task system issues
Projects
None yet
Development

No branches or pull requests

2 participants