vscode-spell-checker icon indicating copy to clipboard operation
vscode-spell-checker copied to clipboard

[Feat. Req.] "Add: ${word} to both workspace and user settings"

Open cyqsimon opened this issue 4 years ago • 0 comments

When I open up the quick fix menu for an unrecognised word, currently we have "Add: ${word} to workspace settings" and "Add: ${word} to user settings" separately. There are, however, frequent situations where I want to add a particular word to both dictionaries. For example, I might want to add a frequently used proper noun (e.g. place name) so that:

  1. My collaborators don't get the lint when they pull my changes
  2. I don't get the lint when working on other personal projects

The problem is, the lint error goes away as soon as I choose one of the two options (which of course, is expected behaviour), which makes it cumbersome to also add the word to the other dictionary. I would have to resort to manually editing the .json file.


Therefore I would like to suggest we add a third quick fix option - "Add: ${word} to both workspace and user settings", which simply does both simultaneously.

cyqsimon avatar Oct 19 '21 21:10 cyqsimon