You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that VS code correctly ignores any line following@glint-expect-error, but the output of pnpm glintdoes not ignore them. Expected?
I checked with Vue/Volar team, apparently this is a known issue. I will need to take another pass at glint-expect-error to implement its filtering logic more within the VirtualCode implementation (which runs in all contexts including runTsc) as opposed to only in TS Plugin.
The text was updated successfully, but these errors were encountered:
From @johanrd from Discord
I checked with Vue/Volar team, apparently this is a known issue. I will need to take another pass at glint-expect-error to implement its filtering logic more within the VirtualCode implementation (which runs in all contexts including runTsc) as opposed to only in TS Plugin.
The text was updated successfully, but these errors were encountered: