-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
questionFurther information is requestedFurther information is requested
Milestone
Description
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?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested