-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
feat: pre-fill cspell.json words #1734
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Compliance Checks Passed!
"knip", | ||
+ "markdownlint", | ||
"markdownlintignore", | ||
"mtfoley", | ||
"npmignore", | ||
- "npmpackagejsonlintrc", | ||
"outro", | ||
- "packagejson", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I broke this in some PR recently and figured I'd just fix it in this one. 😄
OH I think I just figured out the back-and-forth with the cspell files. |
In one of the two forms, |
What I don't understand is why |
TIL. The default dictionaries for a file change based on the file's extension. Relevant: |
🎉 This is included in version v1.77.0 🎉 The release is available on: Cheers! 📦🚀 |
PR Checklist
status: accepting prs
Overview
Removes the
populateCSpellDictionary
call from creation. It was already not in initialization.💖