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

Extension api: command lifecycle events. #135616

Closed
LeuisKen opened this issue Oct 22, 2021 · 4 comments
Closed

Extension api: command lifecycle events. #135616

LeuisKen opened this issue Oct 22, 2021 · 4 comments
Labels
api feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code
Milestone

Comments

@LeuisKen
Copy link
Contributor

I'm developing an extension that tracking user activities to track how one spends its day in vscode, like run a task, start a debug session, execute commands etc.

I find that we already have events like vscode.tasks.onDidStartTask and vscode.debug.onDidStartDebugSession to help with this, so I'd like to request extension apis like vscode.commands.onDidExecuteCommand to help me complete my extension.

Waiting for reply~ :)

@jrieken jrieken added this to the Backlog Candidates milestone Oct 22, 2021
@jrieken jrieken added api feature-request Request for new features or functionality labels Oct 22, 2021
@jrieken jrieken removed their assignment Oct 22, 2021
@jrieken jrieken added the *out-of-scope Posted issue is not in scope of VS Code label Dec 7, 2022
@VSCodeTriageBot
Copy link
Collaborator

We closed this issue because we don't plan to address it in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding, and happy coding!

@VSCodeTriageBot VSCodeTriageBot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 7, 2022
@supervanya
Copy link

There is a really big interest for keyboard tutor that is not possible without vscode.commands.onDidExecuteCommand, see the following thread: #26729

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

5 participants
@jrieken @LeuisKen @supervanya @VSCodeTriageBot and others