Skip to content

Issue with custom cSpell dictionary absolute paths #5

@Nabav

Description

@Nabav

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

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions