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
Issue Commands for removing words are not working properly. In fact, trying to remove a word that does not exist, will add the word to the dictionary.
Steps to reproduce:
In VS Code, run any of the following three commands
When prompted to insert the word, insert a word to be removed (e.g. someverywrongwordthatdoesnotexist).
someverywrongwordthatdoesnotexist
If the word does exist, it'll do nothing.
If the word does not exist, it'll add it.
Global
"cSpell.userWords"
settings.json
.vscode/settings.json
cSpell.words
Version
Version: 1.63.2 Commit: 899d46d82c4c95423fb7e10e68eba52050e30ba3 Date: 2021-12-15T09:37:28.172Z Electron: 13.5.2 Chromium: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Darwin x64 20.6.0
v2.1.3
p.s. love the extension and how it's easily configurable 🙏🏽
The text was updated successfully, but these errors were encountered:
fix: Remove words
3b53ef9
fix: #1671 - Add a fix - Improve Unit Tests and coverage
fix: Remove words (#1672)
bd0e821
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.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Issue
Commands for removing words are not working properly. In fact, trying to remove a word that does not exist, will add the word to the dictionary.
Steps to reproduce:
In VS Code, run any of the following three commands
When prompted to insert the word, insert a word to be removed (e.g.
someverywrongwordthatdoesnotexist
).If the word does exist, it'll do nothing.
If the word does not exist, it'll add it.
Global
command will add the word to"cSpell.userWords"
on the globalsettings.json
..vscode/settings.json
withincSpell.words
.Version
v2.1.3
.p.s. love the extension and how it's easily configurable 🙏🏽
The text was updated successfully, but these errors were encountered: