Code Spell Checker extension crashes
See original GitHub issuecode-server
version: 1.31.0-20- OS Version: Ubuntu 18.04
- Extension: https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker
Steps to Reproduce
- Download vsix file of the extension.
- Unzip vsix and copy
extension
directory under~/.code-server/extensions/streetsidesoftware.code-spell-checker-1.6.10
- Enable the extension in
code-server
. - The extension crashes with the following error message:
Error: Cannot find module 'vscode-languageserver'
at Function.Module._resolveFilename (module.js:536:15)
at Function.Module._load (module.js:466:25)
at Module.require (module.js:579:17)
at Module.r.require.e [as require] (/usr/local/bin/code-server:468:26234)
at require (internal/module.js:11:18)
at Object.<anonymous> (/home/ymmt/.vscode/extensions/streetsidesoftware.code-spell-checker-1.6.10/server/src/server.js:4:33)
at Module._compile (module.js:635:30)
at Object.Module._extensions..js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
[Info - 10:44:40] Connection to server got closed. Server will restart.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Code Spell Checker extension crashes · Issue #63 - GitHub
Steps to Reproduce. Download vsix file of the extension. Unzip vsix and copy extension directory under ~/.code-server/extensions/ ...
Read more >Chrome crashes when try to use spell checker to correct the ...
When I try to use Google Chrome's spell checker to correct the spelling of words in a text field or text area, Chrome...
Read more >Language Server Extension Guide - Visual Studio Code
Explain how to build a Language Server extension in VS Code using the provided Node SDK. Explain how to run, debug, log, and...
Read more >SPELL CHECK CRASHES IN OFFICE 365
Any Office 365 application will lock up and crash if spell check is used or enabled. I have re-installed several times (even deleting...
Read more >69944 - Remove Hunspell on OS X - chromium - Monorail
On OS X, Chrome uses the system spell checker and falls back to hunspell if the document language isn't one supported by the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@zigego Thank you! After setting
"eslint.runtime": "/usr/bin/node"
ESLint works fine and shows issues in the editor.@ymmt2005 It appears that the current version of Code Spell Checker is quite outdated and using some invalid dependencies, which means that it is unpackageable. I’m seeing the same errors as the current failing build.
I’ve created an issue on the extension’s repo: https://github.com/Jason-Rev/vscode-spell-checker/issues/318