-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LSP & deno check
differ
#28045
Comments
Not able to reproduce this. When you hover over the error shown in vscode, does the error code at the end have the format |
Hmm, if I take my minimal reproduction (min.ts) and put it in a fresh Deno project, I can't reproduce it either. The non-minimal reproduction can be found here: https://github.com/diskuto/rss-sync/blob/v2.0.2/src/aborter.ts#L25 (update): One tip for reproduction -- the LSP may initially show that all types pass. Go to the above line, delete the last character and re-add it to consistently trigger the behavior. |
Hmm I can reproduce in 2.1.9 but looks like it's already been fixed in main. @NfNitLoop Can you try |
👍 Confirmed, that fixes it for me too. Glad it was fixed so quickly. Sorry about the duplicate report! |
The LSP (or, well, the Deno VSCode plugin) and
deno check
differ about whether these types are correct:Versions:
The text was updated successfully, but these errors were encountered: