I would like to enter the absolute path of my user dictionary differently in Linux and Windows. I have used this settings:
{
"platformSettings.platforms": {
"linux": {
"cSpell.dictionaryDefinitions": [
{
"name": "general",
"path": "~/Dokumente/cspell-dic/general.txt"
}
],
"cSpell.dictionaries": [
"general"
]
}
}
}
If I use this settings normally, the user dictionaries are working, but the above settings do not activate the user dictionary.
Am I using the extension correctly?
I would like to enter the absolute path of my user dictionary differently in Linux and Windows. I have used this settings:
{ "platformSettings.platforms": { "linux": { "cSpell.dictionaryDefinitions": [ { "name": "general", "path": "~/Dokumente/cspell-dic/general.txt" } ], "cSpell.dictionaries": [ "general" ] } } }If I use this settings normally, the user dictionaries are working, but the above settings do not activate the user dictionary.
Am I using the extension correctly?