clicking "Disable rule" creates a list not dictionary as expected #61
Labels
1-bug 🐛
Issue type: Bug report (something isn't working as expected)
2-confirmed
Issue status: Confirmed, reproducible bug in LTeX
3-fixed
Issue resolution: Issue has been fixed on the develop branch
Milestone
Describe the bug
When I right click and click
Disable rule
rather than manually editingsettings.json
it is not added correctly.Steps to reproduce
Steps to reproduce the behaviour:
Disable rule
settings.json
Expected behavior
the JSON should be like
"ltex.disabledRules": {"en-GB": ["OXFORD_SPELLING_ISE_VERBS"]}
but instead is like"ltex.disabledRules": ["OXFORD_SPELLING_ISE_VERBS"]
LTeX configuration
"ltex.language": "en-GB"
Version information
Additional context/information
If I'm manually editing settings.json then it disables rules as expected
The text was updated successfully, but these errors were encountered: