At some point in the last few days this plugin has stopped reporting errors for me.
I am using it for both oxfmt and oxlint - and I can see that both formatting and lint fixes are being applied on save. However, I don't see any errors reported in the scrollbar.
Going to dev language server logs -> oxlint shows empty output (but unsure if this is normal).
Here's our full project config. Note we are also using eslint in some places and those errors do show up as expected.
Any ideas?
EDIT: it's the use of tsgo - disalbing the Zed tsgo extension fixes it, but I am not sure why
At some point in the last few days this plugin has stopped reporting errors for me.
I am using it for both oxfmt and oxlint - and I can see that both formatting and lint fixes are being applied on save. However, I don't see any errors reported in the scrollbar.
Going to dev language server logs -> oxlint shows empty output (but unsure if this is normal).
Here's our full project config. Note we are also using eslint in some places and those errors do show up as expected.
Any ideas?EDIT: it's the use of
tsgo- disalbing the Zed tsgo extension fixes it, but I am not sure why