Use case or problem
-
Disabling spellcheck in the settings (Editor → Spellcheck) does not disable it in all areas.
-
Command palette:
-
Plugin text areas (e.g. Smart Connections Plugin, Copilot):
Proposed solution
- Extend the existing spellcheck toggle to cover all areas.
Current workaround
- Not a feasible workaround, but adding the attribute
spellcheck="false"
to a textarea (e.g., Smart Connections) disables spellcheck:
<textarea class="sc-chat-input" spellcheck="false" [...]>