You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
I'm pretty sure this is a bug because if I add "autocompleteBrackets": false, it does take effect on a language level basis.
Steps to Reproduce
Add that config.
Load Reason file.
See it does not take my customizations into account.
Expected behavior: My customizations should be taken into account.
Actual behavior: They aren't.
Reproduces how often: 100%
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.
Mac OS: bracket-matcher version 0.88.1. Atom version 1.24.0.
The feature for language level config was added in 2016 so I should have it.
The text was updated successfully, but these errors were encountered:
I've countered a problem that seems similar from the starting when using racket language.
And then I found that if the config is put in ~/.atom/config.cson, autocompleteCharacters works as well as autocompleteBrackets. However, when I put the config into language-racket package, it will only work after restarting atom (or, almost equivalently, doing Window: Reload).
Hope that helps.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prerequisites
Description
The
autocompleteCharacters
setting does not take effect in Reason files if I add this config:I'm pretty sure this is a bug because if I add
"autocompleteBrackets": false,
it does take effect on a language level basis.Steps to Reproduce
Expected behavior: My customizations should be taken into account.
Actual behavior: They aren't.
Reproduces how often: 100%
Versions
You can get this information from copy and pasting the output of
atom --version
andapm --version
from the command line. Also, please include the OS and what version of the OS you're running.Mac OS: bracket-matcher version 0.88.1. Atom version 1.24.0.
The feature for language level config was added in 2016 so I should have it.
The text was updated successfully, but these errors were encountered: