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
lsp-bridge shows Parameter 'tag' implicitly has an 'any' type Error on line 29. But running npx tsc does not show any such error. Neither does this error appear when opening the same file in VS Codium (which seemingly uses the same language server?)
The text was updated successfully, but these errors were encountered:
I always show Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
lsp-bridge shows an error that does not show up when running
tsc
or when viewing a file in VS Codium.Steps to reproduce:
lsp-bridge shows
Parameter 'tag' implicitly has an 'any' type
Error on line 29. But runningnpx tsc
does not show any such error. Neither does this error appear when opening the same file in VS Codium (which seemingly uses the same language server?)The text was updated successfully, but these errors were encountered: