Skip to content

Globally adding a newly generated language dictionary #2420

Answered by Jason3S
ttasovac asked this question in Q&A
Discussion options

You must be logged in to vote

@ttasovac,

VSCode doesn't deal with "array" settings very well.

Please try using cSpell.customDictionaries instead.

Example:

"cSpell.customDictionaries": {
    "c-words": {
        "name": "c-words",
        "path": "~/cwords/all.txt"
    }
},

Do not set addWords to true. It is not possible to add words to a trie.gz file.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by ttasovac
Comment options

You must be logged in to vote
1 reply
@Jason3S
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants