[bug] will check the not opened profiles after restart
reproduce:
- quit the vscode by CMD + Q
- starup vscode
- you will the many suggestion reported by vscode-cspell-checker
Note
If you reopen vscode by command Developer: Reload Window, no this issue. This issue only happen when re-startup, not re-open
Version: 1.90.2 (Universal)
Commit: 5437499feb04f7a586f677b155b039bc2b3669eb
Date: 2024-06-18T22:37:41.291Z
Electron: 29.4.0
ElectronBuildId: 9728852
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Darwin arm64 23.5.0
cspell-extension: v3.0.1
@tjx666,
tl;dr
I think this is caused by a change in how VSCode opens configuration files.
I'll see about changing it to only show files visual in the editor.
Detail
In the past VS Code opened configuration files in the background. I think it now uses the same system to load the configuration as the editors. As a result, all extension that are listening get notified that a file was opened. Since the file was opened, the spell checker checks it.
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.