-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
[Bug]: false positive with package.json #2864
Comments
Here's another reproduction:
Then, do Ctrl + P, open "SabotageType.ts" in VSCode and observe that there is a blue squiggly underline. |
Ah. Shouldn't the two be updated at the same time to prevent unfixable errors like this? |
@Jason3S Can you respond to my previous comment? Additionally, I found the same bug yet again with a trivial reproduction that does not involve cloning any existing repositories:
Please let me know if this reproduction works for you. |
I try to keep the code extension up to date with the Given that, if
|
It doesn't pick up the latest dictionaries from This is a workaround:
import:
- "@cspell/cspell-bundled-dicts" |
Awesome, thanks Jason. Thank you for your work on CSpell; I eagerly await version 4.0! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
The CSpell VSCode extension shows a blue squiggly line under the word "heroicons" inside of a "package.json" file.
However, when running CSpell from command line, no errors are triggered.
This is a bug because I expect the output of the VSCode extension to exactly match that of the command line tool.
Steps to Reproduce
Then, open "package.json" in VSCode and observe that there is a blue squiggly underline.
The text was updated successfully, but these errors were encountered: