atom / spell-check

Spell check Atom package
MIT License
204 stars 121 forks source link

The package spell-check cannot load the system dictionary for en_US. #289

Closed Spid0r closed 5 years ago

Spid0r commented 5 years ago

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step] comes up a warning when i start Atom. "The package spell-check cannot load the system dictionary for en_US. See the settings for ways of changing the languages used, resolving missing dictionaries, or hiding this warning."
  2. [Second Step] somehow it disables all my autofill thingys.
  3. [and so on...]

Expected behavior: [What you expect to happen] i expect the autofill thingys to work. Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

rsese commented 5 years ago

Thanks for contributing!

This is a duplicate of https://github.com/atom/spell-check/issues/253, see for example the suggestions in https://github.com/atom/spell-check/issues/253#issuecomment-386698859 for the operating system you're using. Also, for future issues, please fill out the issue template as much as possible, the information is super helpful for us when triaging issues.


Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.

For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.