Skip to content
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

Extension doesn't work #6

Closed
insanetesterftw opened this issue Apr 13, 2017 · 9 comments
Closed

Extension doesn't work #6

insanetesterftw opened this issue Apr 13, 2017 · 9 comments

Comments

@insanetesterftw
Copy link

Using Windows 7 64bit, Visual Studio Code latest stable version.

Extension is installed.

Tested on a text file (plain). Doesn't highlight any of the mistakes that exist.

Executing any of the "SpellRight" commands returns "command not found"

Other installed extensions: asciidoc; beautify; html preview; markdownlint; rewrap; write good linter.

I'm frustrated that I can't provide better feedback because I can't find any reason from my part for the failure of the extension to work.

Thank you.

@bartosz-antosik
Copy link
Owner

Could you tell me what is displayed in the language switch (a quick list at editor's toolbar) when you click language name in the status bar? Is the language selector in the status bar displayed at all?

@bartosz-antosik
Copy link
Owner

I did some tests and it seems that on freshly installed W7+VSCode+SpellRight (as the only extension) it does not show symptoms you describe ("command not found"). It does not spell and show empty dictionary list but this is another matter - on Windows 8+ extension uses Windows Spell Checking API whereas on W7 it uses hunspell speller which does not have any dictionaries installed.

screenshot

So I need some more clues to do something about it.

@kwzm
Copy link

kwzm commented Apr 14, 2017

me too

@farfromrefug
Copy link

Same thing here
Here is what i see in the dev console

Activating extension `ban.spellright` failed: dlopen(/Volumes/data/mguillon/.vscode-insiders/extensions/ban.spellright-1.0.6/node_modules/spellchecker/build/Release/spellchecker.node, 1): no suitable image found.  Did find:
	/Volumes/data/mguillon/.vscode-insiders/extensions/ban.spellright-1.0.6/node_modules/spellchecker/build/Release/spellchecker.node: unknown file type, first eight bytes: 0x4D 0x5A 0x90 0x00 0x03 0x00 0x00 0x00
	/Volumes/data/mguillon/.vscode-insiders/extensions/ban.spellright-1.0.6/node_modules/spellchecker/build/Release/spellchecker.node: unknown file type, first eight bytes: 0x4D 0x5A 0x90 0x00 0x03 0x00 0x00 0x00.
t.$localShowMessage @ mainThreadExtensionService.ts:111
messageService.ts:126command 'spellright.createUpdateSettings' not found

@bartosz-antosik
Copy link
Owner

@farfromrefug Could you please tell me what OS is this?

Paths do not look like Windows 64-bit.

@bartosz-antosik
Copy link
Owner

I have verified that it works in Windows 7 64-bit. It was missing information on how to add dictionaries (now in README.md) and the language switch did not support switching languages in Windows 7. The later has been corrected in version 1.0.7.

w7-screenshot-1

@farfromrefug
Copy link

@insanetesterftw i am on macOs. I now see in the readme that it just won't work ...

@lex111
Copy link

lex111 commented Jun 8, 2017

On Ubuntu this extension doesn't work :(

@bartosz-antosik
Copy link
Owner

Yes, it does not work on UBuntu neither it does on macOS. It is clearly written in first lines of README that at the moment it works only on 64 bit Windows. The reason for this is explained with a lot of details here.

TL;DR; VSCode team should build include one module in the builds for all platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants