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

[bug] will check the not opened profiles after restart #3793

Open tjx666 opened 18 hours ago

tjx666 commented 18 hours ago

like #3400, but happens in windsurf editor

Versions:

Windsurf Version: 1.0.2
Codeium Version: 1.26.3
Codeium Commit: 44068b60a7908e67465be714cfee50460790e238
VSCode OSS Version: 1.94.0
Commit: 56025767068f846a4d68adf1914f19f9c34e1375
Date: 2024-11-13T11:02:48.084Z
Electron: 30.5.1
ElectronBuildId: undefined
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Darwin arm64 24.1.0
Jason3S commented 15 hours ago

@tjx666,

What version of the Extension are you using? Can you share a few pictures showing the issue?

tjx666 commented 6 hours ago

spell check extension: v3.0.1

image

https://github.com/user-attachments/assets/c4b9b8e8-7c67-4f8b-ad4a-3963cd5cef38

5-4b74-4ed5-8606-4a859f0f80f3">

Jason3S commented 1 hour ago

@tjx666,

The issue should be fixed in v4. Please upgrade if you can.

The issues is caused by a change in behavior from VS Code. They load those files in the background. Previously they used another way of reading them.