vscode-spell-checker icon indicating copy to clipboard operation
vscode-spell-checker copied to clipboard

[bug] will check the not opened profiles after restart

Open tjx666 opened this issue 1 year ago • 1 comments

reproduce:

  1. quit the vscode by CMD + Q
  2. starup vscode
  3. you will the many suggestion reported by vscode-cspell-checker
image

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 avatar Jun 26 '24 07:06 tjx666

@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.

Jason3S avatar Jun 26 '24 14:06 Jason3S

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.

github-actions[bot] avatar Aug 17 '24 05:08 github-actions[bot]