Jason Dent

Results 644 comments of Jason Dent

@jerabaul29, I just now noticed that I had not replied.

@thasmo, It was a design decision to use ESLint's [`files` and `ignores`](https://eslint.org/docs/latest/use/configure/configuration-files#configuration-objects) as the sole selector on when to apply the CSpell lint rule. This issue highlights that some documentation...

Useful to group it with `noConfigSearch` https://github.com/streetsidesoftware/cspell/blob/4e7e951d885b65470eb24cbf9d6fefe5e1440e27/packages/cspell-types/src/CSpellSettingsDef.ts#L105

@quolpr, Thank you for the detailed explanation. As you have seen, the LSP has been strongly tailored to work with the VS Code extension. I'm open to making changes so...

@quolpr, One of the challenges here is that I don't have any insight into who is trying to use this as a LSP service, making it very easy to break...

@quolpr, Thank you. Would you make your gist public? I'm curious about your workaround.

@jonschlinkert, Is there any way this can make it in? There is a similar fix in #132, but it is slower.

@ssbarnea, Doesn't `import` work for you? ```yaml import: # from a URL - https://cdn.jsdelivr.net/npm/@cspell/dict-scientific-terms-us/cspell-ext.json # from node_modules - '@cspell/dict-elisp/cspell-ext.json' # relative - '../cspell.config.yaml' dictionaries: - scientific-terms-us ```