Jeff Yates
Jeff Yates
LMK if I can help at all :)
> > The other issue here is that it was not obvious what the issue was. If there's a way to increase the signal that console ninja touched a file,...
@ArtemGovorov Oh! That's a great suggestion. It's usually only open files I care about - so that would work well and I can set that as a workspace setting so...
> If you're seeing different behavior or having problems with multiple Console Ninja's interfering with each other, please let us know. Ah, I get you. So it applies to the...
Deprioritizing this for now
So, I looked into problem matchers and I don't think we need to modify checksync to get this working. See https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md and https://github.com/actions/toolkit/blob/main/docs/commands.md#problem-matchers Create a problem matcher json like this:...
Hmm, it seems we really need the severity to be "warning" or "error" for the problem matcher approach to work. I was hoping that not providing a severity would default...
It might be the color output confusing things too. Not sure yet. #2118 will allow us to experiment with that.
I raised this in case someone has bandwidth for it before I get a chance to give it a go.
Oooo, how did I miss this. Trying it now. Thanks!