Jason Dent

Results 644 comments of Jason Dent

@jerone, It is not possible for the spell checker to add words to a JavaScript file. The complexity of correctly adding words to code is beyond the capabilities of the...

@jerone, Thank you. I'll look into why it was presented as an option. It should not have been.

@jwang-pr, It is most likely an issue with a regexp in `ignoreRegExpList` or `includeRegExpList`.

@dalbitresb12, It does seem to be a bit confusing. Both `enabledLanguageIds` and `enableFiletypes` are use to determine the list of enabled file types. There is some history behind them, but...

`languageId` is a legacy name based upon VS Codes' API. It is confusing because it is not clear what it refers to (JavaScript vs English). I hope to replace it...

@acramsay, The two different settings work in different ways. The `enabledLanguageIds` sets the base list of file types to check and `enableFiletypes` modifies that list by allowing you to add...

@icodeyou, It is not currently supported to use `overrides` to set `diagnosticLevel`. You can use a [Multi-Root Workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces).

@tjx666, It is not clear what is expected here. What would you like the spell checker to do?

@zhenzhenChange, `benchmarker` isn't in any of the standard English dictionaries. It is nearly unused: [Google Ngram Viewer](https://books.google.com/ngrams/graph?content=benchmarker%2Cbenchmarking&year_start=1980&year_end=2019&corpus=en-2019&smoothing=3)

@zhenzhenChange, If you would like, please add `benchmarker` to: [dictionaries/software-terms/src/software-terms.txt](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/software-terms/src/software-terms.txt). You can edit it right from the webpage. If you add it at the end of the file, it will...