Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Personal dictionary not honored during spell check #195

Closed
mcecode opened this issue Jun 27, 2021 · 6 comments
Closed

Personal dictionary not honored during spell check #195

mcecode opened this issue Jun 27, 2021 · 6 comments
Labels

Comments

@mcecode
Copy link

mcecode commented Jun 27, 2021

Hi! Thanks for the awesome extension, it's been great, but lately the personal dictionary is not being honored when spellings are being checked. I'm not sure if it's a bug or if I'm doing something wrong but I've tried reinstalling the extension and putting the grammarly.userWords settings in both the global and workspace specific settings but it still doesn't work.

I'm running the latest version (v0.14.0) of the extension.

Here's my current VS Code environment:

  • Version: 1.57.1 (system setup)
  • Electron: 12.0.7
  • Chrome: 89.0.4389.128
  • Node.js: 14.16.0
  • V8: 8.9.255.25-electron.0
  • OS: Windows_NT x64 10.0.18363

Below are screen shots of the error and my relevant user settings:

grammarly-1
grammarly-2

@shrimansoft
Copy link

I have the same problem.

@Xevvy
Copy link

Xevvy commented Jul 24, 2021

Same issue here. No matter what I do, the entries in my user dictionary are not respected. v0.14

@AymericBr
Copy link

Facing the same issue with v0.14.0

Version: 1.60.0 (user setup)
Commit: e7d7e9a9348e6a8cc8c03f877d39cb72e5dfb1ff
Date: 2021-09-01T10:41:52.311Z
Electron: 13.1.8
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.19043

@jani
Copy link

jani commented Sep 21, 2021

Unless I misunderstand the code, the issue is with the function isKnownWord() in grammarly/packages/grammarly-language-server/src/services/DictionaryService.ts or modules it depends on, e.g. that this.configuration.settings.userWords is always empty in the scope of the dictionary service. Maybe that helps someone more knowledgeable with this kind of coding?

@mattorp
Copy link

mattorp commented Oct 7, 2021

The ability to disable spell check from Grammarly would be great as well. Plenty of extensions are focused particularly on this and already include common programming words in their dictionary.

@MaxymVlasov
Copy link

MaxymVlasov commented Oct 7, 2021

Workaround

  1. downgrade to version 0.12.5
  2. Log out from Grammarly if needed
  3. Use user or workspace grammarly.userWords dictionary.

Folder dictionary just ignored. Remote dictionary fails extension.

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

No branches or pull requests

7 participants