-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Working on Latest Insiders Build #489
Comments
I have noticed that Spellright is no longer working. The language indicator on the bottom bar no longer appears. I don't have normal VS Code to check if it's fine there. Yea, from what I can tell, this project is kinda dead, which is a shame since Spell Right is actually pretty great. Does this extension rely on (a) specific version(s) of Electron? |
Today a got a VS code update an I get the same error Version: 1.66.0 (user setup) [2022-03-31 12:54:23.956] [exthost] [error] Activating extension ban.spellright failed due to an error:
[2022-03-31 12:54:23.956] [exthost] [error] TypeError: Cannot read properties of null (reading 'Spellchecker')
at Object.<anonymous> (c:\Users\xxxx\.vscode\extensions\ban.spellright-3.0.60\lib\bindings.js:46:25)
at Module.u._compile (c:\Users\xxxx\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:4:1313)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1216:10)
at Module.load (node:internal/modules/cjs/loader:1035:32)
at Module._load (node:internal/modules/cjs/loader:876:12)
at Function.c._load (node:electron/js2c/asar_bundle:5:13331)
at Function.i._load (c:\Users\xxxx\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:104:32156)
at Function.E._load (c:\Users\xxxx\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:104:28749)
at Function.g._load (c:\Users\xxxx\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:99:61429)
at Module.require (node:internal/modules/cjs/loader:1059:19)
at h (c:\Users\xxxx\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:4:699)
at Object.<anonymous> (c:\Users\xxxx\.vscode\extensions\ban.spellright-3.0.60\src\spellright.js:18:18)
at Module.u._compile (c:\Users\xxxx\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:4:1313)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1216:10)
at Module.load (node:internal/modules/cjs/loader:1035:32)
at Module._load (node:internal/modules/cjs/loader:876:12)
at Function.c._load (node:electron/js2c/asar_bundle:5:13331)
at Function.i._load (c:\Users\xxxx\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:104:32156)
at Function.E._load (c:\Users\xxxx\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:104:28749)
at Function.g._load (c:\Users\xxxx\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:99:61429)
at Module.require (node:internal/modules/cjs/loader:1059:19)
at h (c:\Users\xxxx\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:4:699)
at activate (c:\Users\xxxx\.vscode\extensions\ban.spellright-3.0.60\src\extension.js:21:24)
at Function._callActivateOptional (c:\Users\xxxx\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:90:16070)
at Function._callActivate (c:\Users\xxxx\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:90:15731)
at c:\Users\xxxx\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:90:13549
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async g._activate (c:\Users\xxxx\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:85:8154)
at async g._waitForDepsThenActivate (c:\Users\xxxx\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:85:8096)
at async g._initialize (c:\Users\xxxx\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:85:7460) |
My guess is that they updated the electron version again. Error is:
I remember I fixed this by manually compiling the binaries last time it happened but I can't remember how I did it anymore.
Is this project even still being maintained? There are a lot of issues and PRs to merge but I havent seen any activity since October. If regular maintenance isnt something thats happening there should probably be a push to get #280 merged.
The text was updated successfully, but these errors were encountered: