"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 !
My end of settings.json file has :
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 !