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

[BUG] Replace Globally Ignored Words with Personal Dictionary Endpoints Provided by LanguageTool Service #613

Open
dalauxte opened this issue Jul 6, 2023 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@dalauxte
Copy link

dalauxte commented Jul 6, 2023

Describe the bug
I have a premium account at LanguageTool.org. I created an API key and tried to use it with the linter. But I could not get access to my personal spelling book.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'LanguageTool.Org'
  2. Sign in with Premium Account
  3. Create an API Key
  4. Open settings for the add-on in VS Code
  5. Add API key in the field 'External: Api Key'
  6. Add my username (e-mail adress) for LanguageTool.org in 'External: username'
  7. Set 'Service Type' to public
  8. Create a markdown document with words which are in my personal spelling book
  9. The words are still marked as wrong.

Expected behavior
I would expected that, with access to premium features, my personal spelling book would be considered and those words would not be marked as errors.

Environment & Configuration (please complete the following information):

  • OS + Version: Mac 13.4.1
  • VS Code Version: 1.79.2
  • LanguageTool Linter Version: v0.20.0
  • Service Configuration: public
@dalauxte dalauxte added the bug Something isn't working label Jul 6, 2023
@davidlday
Copy link
Owner

Thanks for bringing this to my attention! I hadn't noticed the addition of the personal dictionary endpoints to the API. I'm in the middle of another time-sensitive project, but will prioritize adding this in as soon as I'm able.

@davidlday davidlday changed the title Use Public API with Premium Account doesn't work [BUG] Replace Globally Ignored Words with Personal Dictionary Endpoints Provided by LanguageTool Service Jul 7, 2023
@davidlday davidlday added this to the Version 1.0 milestone Jul 7, 2023
@davidlday
Copy link
Owner

NTS: This endpoint is only available for premium and does not work with a local service. Need to retain Globally Ignored Words for local / non-premium services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants