We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
en_us
Runtime - command-line tools
cspell
8.8.4
Not sure / None
Windows
11
The typo "Auxillary" seems to be not found. It is reported only after I add it to "flagWords".
Create a java file with the content:
package p; public final class AuxBug { // Auxillary character array. private static final char[] HEX_CHARS = "0123456789ABCDEF".toCharArray(); }
and run
cspell "*.java" -c cspell.json
You get d:\c>cspell "*.java" -c cspell.json 1/1 .\AuxBug.java 274.39ms CSpell: Files checked: 1, Issues found: 0 in 0 files.
That the typo "Auxillary" is reported.
No response
{ "version": "0.2", "language": "en", "import": ["@cspell/dict-en-common-misspellings/cspell-ext.json"], "dictionaries:" : ["en_us", "en-common-misspellings"], //"flagWords": ["auxillary"], "languageSettings": [ { "languageId": "java" } ], "allowCompoundWords": true, "enableFiletypes": [ "java" ] }
The text was updated successfully, but these errors were encountered:
fix: fix some English spelling issues.
477c310
fixes #3295
Successfully merging a pull request may close this issue.
Kind of Issue
Runtime - command-line tools
Tool or Library
cspell
Version
8.8.4
Supporting Library
Not sure / None
OS
Windows
OS Version
11
Description
The typo "Auxillary" seems to be not found.
It is reported only after I add it to "flagWords".
Steps to Reproduce
Create a java file with the content:
and run
cspell "*.java" -c cspell.json
You get
d:\c>cspell "*.java" -c cspell.json
1/1 .\AuxBug.java 274.39ms
CSpell: Files checked: 1, Issues found: 0 in 0 files.
Expected Behavior
That the typo "Auxillary" is reported.
Additional Information
No response
cspell.json
cspell.config.yaml
No response
Example Repository
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: