Consider adding a setting to disable "code actions"
Today, there at at lest to ways to apply cSpell suggestions:
- via the context menu
- via :bulb: (code actions)
The second UI can be annoying for some users: cSpell adds a lot of options to :bulb:, which get in the way when you try to apply some refactor.
For example, here I want to extract a variable, but need to scroll through 5 cSpell entries for that:

I would appreciate a setting to disable cSpell code actions, as for me it's overall more convenient to manually call suggestions via the context menu when I need here.
FWIW, one improvement here would be to group all cSpell actions under a single entry, but I don't think that's nicely supported by VS Code yet (https://github.com/microsoft/language-server-protocol/issues/994)
"cSpell.numSuggestions": 0
@mutewinter,
What problem are you trying to solve? Can you give a screenshot?
Does hiding the spelling issues help? Note: you can hide spelling issues by right clicking on an issue.