atom / spell-check

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

error to set langague pt-BR #282

Open guilherme-alves-dos-santos opened 5 years ago

guilherme-alves-dos-santos commented 5 years ago

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

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.

ghost commented 5 years ago

Fun with issue templates xD

dmoonfire commented 4 years ago

@zRenegado, are you still having issues with the latest version of Atom?

orcololo commented 4 years ago

The error still the same. :(

dmoonfire commented 4 years ago

Bummer, but the recent change lets me turn a lot of debugging messages for spell-check. If you go into developer mode, type the following into the console window.

localStorage.debug="spell-check:*"

Then, type Control-R. That should reload Atom and give a whole bunch of colored messages that start with spell-check:. If you would be so kind, then duplicate the error and include the log here? I'm hoping it would give me more information of what is going on.

Thank you.

9994444ggg commented 4 years ago

Thank You thats help me