Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devtool: ide: add install dependency before gdbserver
On VSCode, when running the debugger through launch.json, the program is recompiled, gdbserver is started, and connected to. However, the task to install the program on the target is not run, so the program is not updated on the target. Adding a dependency to the `install && deploy-target` task fixes this.
- Loading branch information