-
I'm struggling a bit here due to my lack of understanding of tasks vs. components vs. actions, etc. I have successfully set up a task for running unit tests, but I want the cursor color to change based on the result of the unit tests. I have the lua scripts worked out to temporarily set the cursor color, but I'm not sure how best to invoke those lua functions at the end of the unit testing task. I set up a keymap to run Any ideas would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There are a few ways to do this, but the one I would recommend is to create a custom component and add it to your task in the template definition. |
Beta Was this translation helpful? Give feedback.
There are a few ways to do this, but the one I would recommend is to create a custom component and add it to your task in the template definition.