Vscode has the preLaunchTask option in the json for launch configurations.
If we could have this option that would be perfect.
I realize that it would require a whole task system and dependency resolution which would be outside the scope of this project.
There does not seem to be a plugin that replicates the task system of vscode.
I'm currently using AsyncTasks even if there is no task dependency system and they don't plan on adding it.
An integration with this plugin or the ability to run a vim command specified in the preLaunchTask would be great.
The common use case is to build before running. If you have any other way to fix this please let me know.
Vscode has the
preLaunchTaskoption in the json for launch configurations.If we could have this option that would be perfect.
I realize that it would require a whole task system and dependency resolution which would be outside the scope of this project.
There does not seem to be a plugin that replicates the task system of vscode.
I'm currently using AsyncTasks even if there is no task dependency system and they don't plan on adding it.
An integration with this plugin or the ability to run a vim command specified in the
preLaunchTaskwould be great.The common use case is to build before running. If you have any other way to fix this please let me know.