-
-
Notifications
You must be signed in to change notification settings - Fork 11
feat!: Upgrade to CSpell 9.0.0 #670
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
Conversation
|
@Jason3S what are the breaking changes?! My system auto-updated to v9 because of I'm switching to PS: My node is |
|
Very confused btw, because the diff between v8 and v9 doesn't show much other than some version number changes. Is it one of the dependencies that change the actual behavior of the CLI drastically? I do see a lot of dependency changes in |
|
Sorry for the issue. I'm guessing you are using the British English dictionary. For licensing reasons we had to move away from the old dictionary because of the LGPL license to one with an MIT license. |
|
Yes it's a project that uses British English. Why are there so many words being ignored now like |
|
The issues is that the dictionaries and the extension are our of sync. The dictionary extension CSpell Bundled Dictionaries - Code Spell Checker is updated frequently to help keep the VSCode Spell Checker's dictionaries up to date. |
|
I see, I think I only have the main extension, and not this additional extension. I will give this additional extension a try and see if v9 will work for me. Thank you for clarifying. |
|
I have updated the dictionary to address most of the missing words. I'll make a release soon. |
Breaking: Minimal node version is 20.