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

allow run custom commands when VSCode is closed #41

Open
zhangtao-git opened this issue Aug 2, 2024 · 0 comments
Open

allow run custom commands when VSCode is closed #41

zhangtao-git opened this issue Aug 2, 2024 · 0 comments

Comments

@zhangtao-git
Copy link

I use this plugin to do some automated tasks, which is really great.
But I am now encountering some problems. I expect that when VSCode is closed, some interfaces similar to "commands" can also be opened to perform the closing and cleaning work of tasks.
The problem I encounter is: I use this plugin to execute some continuous tasks, such as "tsc --watch". In order to reuse these tasks, I create a file globally to record the information of the task project. Once VSCode is restarted or closed, the tasks will be automatically closed, but the global file that records the task information is still there. It would be great if a custom instruction could be executed to clean up the tasks when VSCode is closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant