Skip to content

Language-specific AutoCorrect works only sometimes #28

@Samarth-Ashish

Description

@Samarth-Ashish

My end of settings.json file has :

"auto-correct.dictionary": [
   {
      "languages": ["*"],
      "words": {
        "hte": "the",
        "mispell": "misspell",
        "mispelled": "misspelled",
        "{despa,sepe}rat{e,es,ed,ing,ely,ion,ions,or}": "{despe,sepa}rat{}"
      },
      "useLargeList": false
    },
    {
      "languages": [
        "javascript",
        "javascriptreact",
        "typescript",
        "typescriptreact"
      ],
      "words": {
        "cosnt": "const",
        "functoin": "function"
      }
    }
]

the auto-correct from "hte" to "the" works fine for all languages , but "cosnt" to "const" works rarely for JavaScript due to some reasons, please fix soon !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions