streetsidesoftware / vscode-spell-checker

A simple source code spell checker for code
https://streetsidesoftware.github.io/vscode-spell-checker/
Other
1.39k stars 124 forks source link

No Spellcheck in Commit Message #3421

Closed mjmatthiesen closed 1 month ago

mjmatthiesen commented 1 month ago

I used to have spell checking in the git commit message box. My coworkers have the spell check. For some reason, for me, it does not work.

Here you can see a please typo in action:

image

Get the underline and suggestion in markdown, but not the git commit message box. I've looked through the config, but don't see anything crazy.

Code Spell Checker: v3.0.1

Version: 1.90.1 (system setup) Commit: 611f9bfce64f25108829dd295f54a6894e87339d Date: 2024-06-11T21:01:24.262Z Electron: 29.4.0 ElectronBuildId: 9593362 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Windows_NT x64 10.0.19045

Jason3S commented 1 month ago

@mjmatthiesen,

Please try out v4. Let me know if that works for you.

If you want to stay on v3, it is necessary to enable the scheme by adding vscode-scm to cSpell.allowedSchemas.

mjmatthiesen commented 1 month ago

@mjmatthiesen,

Please try out v4. Let me know if that works for you.

If you want to stay on v3, it is necessary to enable the scheme by adding vscode-scm to cSpell.allowedSchemas.

That's already in my allowed schema, but I switched to the pre-release and that appears to have resolved it! I did have to close vs code entirely, but after that it was active. Awesome, thanks.

github-actions[bot] commented 3 weeks ago

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.