streetsidesoftware / vscode-spell-checker

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

"File not spell checked : lines are too long" on a markdown file #1256

Closed dbourrion closed 3 years ago

dbourrion commented 3 years ago

Hi On a markdown file, I got that notification "File not spell checked : lines are too long".

Ok, it's something like a novel that I'm writing (I'm a writer) but I was already using vscode-spell-cheker before and it was working.

Can't find an explanation. Help welcome.

Jason3S commented 3 years ago

It is there to prevent performance issue on generated files.

You can increase the limit: VS Code Settings -> spell block line

image

dbourrion commented 3 years ago

Wow, yes, it works much better with a max increased at 5000

Thanks a lot.

github-actions[bot] commented 2 years 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.