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
In your README, you explain settings exposed by your extension. (Your documentation was a pleasure to read, by the way. I wish all documentations were like yours!) However, I couldn't get any of your settings snippets to work. For example, this one:
spellright.statusBarIndicator: false
It turns out that (on my Mac computer, at least) settings names must imperatively be surrounded by double quotes:
"spellright.statusBarIndicator": false
The text was updated successfully, but these errors were encountered:
Hello,
In your README, you explain settings exposed by your extension. (Your documentation was a pleasure to read, by the way. I wish all documentations were like yours!) However, I couldn't get any of your settings snippets to work. For example, this one:
spellright.statusBarIndicator: false
It turns out that (on my Mac computer, at least) settings names must imperatively be surrounded by double quotes:
"spellright.statusBarIndicator": false
The text was updated successfully, but these errors were encountered: