Skip to content
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

[TypeScript] lsp-bridge shows typescript errors that don't exist #1056

Open
kuba-orlik opened this issue Oct 3, 2024 · 1 comment
Open
Labels
help wanted Extra attention is needed

Comments

@kuba-orlik
Copy link
Contributor

lsp-bridge shows an error that does not show up when running tsc or when viewing a file in VS Codium.

Steps to reproduce:

git clone http://hub.sealcode.org/source/jdd.git
cd jdd
git checkout 5792199ef230f598
npm install
emacs src/component-arguments/table.test.ts

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?)

@manateelazycat
Copy link
Owner

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`.

I have install npm, but still got above error.

@manateelazycat manateelazycat added the help wanted Extra attention is needed label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants