-
Notifications
You must be signed in to change notification settings - Fork 31
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
How to check if the task was successful? #105
Comments
Yeah that works, but how can I now start the debugger afterwards? I would like to use the task as a pre-launch task for Vimspector, that only starts debugging if the |
Any solution to this? I would like to add Async Tasks to the pre-launch strategies for Vimspector as an alternative to dispatch.vim, but for that I need the return value. |
what is your task configuration ? |
I just realized that I was still using dispatch.vim's Anyway, this is what I was trying
|
I would like to run a command after a task was run successfully. Is there a way?
The text was updated successfully, but these errors were encountered: