Jason Dent
Jason Dent
Some files do not get spell checked when `files` is defined in a VS Code workspace file. ## `workspace.code-workspace` ```js "settings": { "cSpell.files": [ "**", "**/.*" ] } ```
_Originally posted by @staranto in https://github.com/streetsidesoftware/vscode-spell-checker/discussions/1381#discussioncomment-1421147_ I'm trying to include it in my settings.json and, though it seems to work completely, the validator vomits on the last "pattern" with an...
> I can add an API endpoint to the extension that will allow to send text to be spell checked. That might work for [Support to use Code Spell Checker...
Step: 1. Configure a custom dictionary with a path to a missing file. 2. Open a file to be spell checked. Expect to get a warning that the dictionary cannot...
- [Installation - Material-UI](https://next.material-ui.com/getting-started/installation/#npm) - [Migration from v4 to v5 - Material-UI](https://next.material-ui.com/guides/migration-v4/)
Support for `noSuggest` dictionaries has been added to CSpell. The spell checker UI should be updated to make it easier to add word to those dictionaries. Note: A `noSuggest` dictionary...
The extension can get stuck when spell checking some files. The most common cause is runaway regexp. This has been the source of many issues and complaints. The goal of...
Hello, A few months ago, I started to run into the same issue and cPell no longer works again with my FTP workspace. The allowedSchemes still have ftp and sftp...
An operation is a function that takes an Iterator and returns an Iterator. But this was begin hidden by the `any`s in the `pipe` function. **tldr;** Many years ago before...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade rxjs from 7.5.6 to 7.5.7.  :information_source: Keep your...