-
Can I save my 'exceptions' and dictionary words to user settings by default instead of saving into .vscode settings folder? |
Beta Was this translation helpful? Give feedback.
Answered by
valentjn
Oct 30, 2021
Replies: 1 comment
-
Yes, set {
"ltex.configurationTarget": {
"dictionary": "user",
"disabledRules": "user",
"hiddenFalsePositives": "user"
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bdmariobd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, set
ltex.configurationTarget
as follows: