streetsidesoftware / vscode-spell-checker

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

`Invalid file change` console log errors #3861

Open RedCMD opened 2 days ago

RedCMD commented 2 days ago

My console is being spammed with Invalid file change errors

Invalid file change: '/e:/VSCode-win32-x64/data/user-data/User/globalStorage/streetsidesoftware.code-spell-checker/eventLog.json' !== '/E:/VSCode-win32-x64/data/user-data/User/globalStorage/streetsidesoftware.code-spell-checker/eventLog.json'

image

"cSpell.language": "en,en-gb",
"cSpell.numSuggestions": 3,
"cSpell.ignorePaths": [
    "package-lock.json",
    "node_modules",
    ".git/{info,lfs,logs,refs,objects}/**",
    ".git/{index,*refs,*HEAD}",
    ".vscode",
    ".vscode-insiders",
    ".vscode-test-web",
    "**/extensions",
    "UNICODE_PROPERTIES.ts",
    "unicode_property_data.ts",
    "**/vscode-main"
],
"cSpell.userWords": [
    "abdefhnorstuvwxyz",
]
Jason3S commented 2 days ago

Sorry about that. I know how annoying that can be when other extensions span the console.

A PR is welcome. It is a single line change. Even possible from the GitHub Web UI.

In any case. I'll make sure it is fixed soon.