streetsidesoftware / vscode-spell-checker

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

fix: adjust broken links in blocked file hints #3781

Closed mgoetzegb closed 1 week ago

mgoetzegb commented 1 week ago

The links pointing to the setting which is responsible for blocking the file from being spell checked are broken.

Adding the missing /performance part of the url respectively fixes the issue.

Jason3S commented 1 week ago

@mgoetzegb,

Thank you.