vscode-spellright
vscode-spellright copied to clipboard
Performance optimization
Performance optimization (high cpu usage fix): avoid rechecking the whole line on every change.
Minor code refactoring.
provideCodeActions
bug fix.
@ogmios-voice curious, do you by any chance have this published to the VS Code marketplace somewhere? I'd love to try the fix out, but rather not build the thing from source.
I don't like unnecessary duplication, so no, I won't publish it. This pull request should have been already merged a long time ago, is it provides a fix for multiple issues marked as "help wanted".
Rebased over v3.0.64
@ogmios-voice curious, do you by any chance have this published to the VS Code marketplace somewhere? I'd love to try the fix out, but rather not build the thing from source.
@matklad Just copy the modified files to the extension folder. (on Windows: %USERPROFILE%\.vscode\extensions\ban.spellright-<VERSION>
)
@bartosz-antosik any chance you are going to merge this in?