Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Spell Checker for Visual Studio Code

Support the development of the Code Spell Checker for Visual Studio Code
Collective - Host: opensource - https://opencollective.com/code-spell-checker - Website: https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker - Code: https://github.com/streetsidesoftware/vscode-spell-checker

fix: Resolve Custom Dictionary path (#487)

* Update lock file

* Extract logging from util

* Use log instead of util

* Allow custom...

github.com/streetsidesoftware/vscode-spell-checker - e99481d99fed0a147768c592c22ec767c57115c6 authored over 4 years ago
Set theme jekyll-theme-cayman

github.com/streetsidesoftware/vscode-spell-checker - 467d9a832c7815026756bb9a2eea49763e8a9ec6 authored over 4 years ago
Experiment with Github Pages

github.com/streetsidesoftware/vscode-spell-checker - 5d075e55fe5ef5f1c657e15bd65087d343fc04c2 authored over 4 years ago
Set theme jekyll-theme-cayman

github.com/streetsidesoftware/vscode-spell-checker - ab951967944226114dc9b8f3be9ecb68190f68fe authored over 4 years ago
fix: Make sure Custom Dictionaries use workspaceRoot (#485)

* doc: Update CHANGELOG.md

* fix: make sure workspace root is used with custom dicts

* Use...

github.com/streetsidesoftware/vscode-spell-checker - 70a375a8305d2a30ab67439930e04ba0f1a7b41f authored over 4 years ago
fix: Make sure to listen for all settings changes. (#484)

* Make it easier to debug

* Have `cSpell` section name come from config.

* fix: Issue wher...

github.com/streetsidesoftware/vscode-spell-checker - ffd9a97a6119186d1fdedbfe89d08bd78ab09788 authored over 4 years ago
feat: Custom Dictionaries (#482)

* ci: do not automatically run changelog
* Specify order of context menu items
* Update CHANGE...

github.com/streetsidesoftware/vscode-spell-checker - 075ec875fab13a6912529c067c0f85e2ba3f5e67 authored over 4 years ago
[WIP] Fix multi root add word (#476)

* Update CHANGELOG.md

* docs(client): minor changes

* ci: always import root cspell.json f...

github.com/streetsidesoftware/vscode-spell-checker - 2d39cb074ec9d1da5c1c1b91a699d890cac4908f authored almost 5 years ago
ci: Clean Up (#475)

* ci: Clean Up
* Remove Unused tslint files
* Update packages
* Add spell checking workflow

github.com/streetsidesoftware/vscode-spell-checker - ea2740986ca5d7feb560d2d190c9c41d18fad50d authored almost 5 years ago
build: update packages (#471)

github.com/streetsidesoftware/vscode-spell-checker - 2077f9c2911aa6d88f6b4c2950eba4dd51221cbf authored almost 5 years ago
ci: Use latest MacOS version in the Azure Pipeline (#470)

github.com/streetsidesoftware/vscode-spell-checker - d05b08a9530b12cc8da34144beda5566892bc55c authored almost 5 years ago
Adding Gist/SFTP support (#469)

github.com/streetsidesoftware/vscode-spell-checker - f3e15afb0a5425e6853b12568d99d2c466597dbc authored almost 5 years ago
chore(deps): bump acorn from 6.4.0 to 6.4.1 (#449)

Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://...

github.com/streetsidesoftware/vscode-spell-checker - 22b9a7f5438aabc85d13a803548ede22c792400d authored almost 5 years ago
chore(deps): bump acorn in /packages/_integrationTests (#448)

Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
- [Release notes](https://...

github.com/streetsidesoftware/vscode-spell-checker - f1a385903e99817036ee515b368f6ca413fb4a5c authored almost 5 years ago
fix: get the latest cspell library and schema (#440)

* fix: get the latest cspell library and schema

* Update documentSettings.ts

* Update cspe...

github.com/streetsidesoftware/vscode-spell-checker - 4bcff6013edd742af7a920ddd0703a66b703cf30 authored almost 5 years ago
feat: Support enableFileTypes (#439)

* feat: Support enableFileTypes

* refactor: fix spelling of `locale`

* fix: Make sure the...

github.com/streetsidesoftware/vscode-spell-checker - 2fde3bc5c658ee51da5a56580aa1370bf8174070 authored almost 5 years ago
Revert "feat: Support enableFileTypes"

This reverts commit 4fc73a04079d84eb5870d4499f27068faa7eb6ce.

github.com/streetsidesoftware/vscode-spell-checker - 29b8fb66a71dd0d67133eec3f2ad3f27c004a140 authored almost 5 years ago
feat: Support enableFileTypes

also fixes an issue with updating settings when the selected file was not in the workspace.

github.com/streetsidesoftware/vscode-spell-checker - 4fc73a04079d84eb5870d4499f27068faa7eb6ce authored almost 5 years ago
fix(copy): change the language of the tool tip

github.com/streetsidesoftware/vscode-spell-checker - 09949e4bdc08cca5ff30d750a58c19bf1c6c3f31 authored almost 5 years ago
refactor: add stronger type for getting the setting.

github.com/streetsidesoftware/vscode-spell-checker - d47b872e5e03c9c0139e8482e4a392cb8dc91b6f authored almost 5 years ago
ci: check-in generated schema

github.com/streetsidesoftware/vscode-spell-checker - 695241c4a1a288e516604aa047dc78a1d81c376e authored almost 5 years ago
refactor: Document `SpellCheckerSettings`

github.com/streetsidesoftware/vscode-spell-checker - 9c755322ab2b1fd06ea7d987af12bc702f1e7a4d authored almost 5 years ago
ci: add ts-json-schema-generator

Use ts-json-schema-generator to assist with the schema used in the extension.

github.com/streetsidesoftware/vscode-spell-checker - 884d7c3d98d21447fb9406e7a06d7dd51478d861 authored almost 5 years ago
Merge pull request #438 from streetsidesoftware/update-language-server

fix: Upgrade to vscode-languageserver 6

github.com/streetsidesoftware/vscode-spell-checker - 51b194d111c5d7d813df7080e639d7b9e075993b authored almost 5 years ago
fix: Upgrade to vscode-languageserver 6

Add incremental doc changes.

github.com/streetsidesoftware/vscode-spell-checker - 2ec3ffaa96779abb3ea380f4a6d074228e560429 authored almost 5 years ago
Merge pull request #437 from streetsidesoftware/relativePath

feat: Support `${workspaceFolder}` substitution

github.com/streetsidesoftware/vscode-spell-checker - 51a159b20504e6caed91ca8b95b6a358b9c68179 authored almost 5 years ago
fix: Use fsPath when working with files

github.com/streetsidesoftware/vscode-spell-checker - 808538feacce6f2d5b218c1752f9bbfbf3d20b2c authored almost 5 years ago
feat: Support `${workspaceFolder}` substituion

github.com/streetsidesoftware/vscode-spell-checker - 6d1dfbcb007875100adb897447bf1690e90ef1f1 authored almost 5 years ago
Fix: Update cspell-lib to get the latest schema

github.com/streetsidesoftware/vscode-spell-checker - 927e8f000bbaf9e2a7bc74f3687ce220a097a923 authored almost 5 years ago
ci: make sure vsce version is the same as `@types`

github.com/streetsidesoftware/vscode-spell-checker - 1b30ac8474c2585eefc334b2014c7130506a88c7 authored almost 5 years ago
ci: Remove "create-release"

github.com/streetsidesoftware/vscode-spell-checker - c85fde2563520fc700b7bd01eb59b97f80aaff6b authored almost 5 years ago
Merge pull request #435 from streetsidesoftware/minor-fixes

Update Dictionaries and other packages.

github.com/streetsidesoftware/vscode-spell-checker - 673e7cafadbbcb86c3f8c37db9bc592cfb8f227a authored almost 5 years ago
Fix: Use esModuleInterop for viewer

github.com/streetsidesoftware/vscode-spell-checker - c37574428fe81db12aba80e81537360013dca22e authored almost 5 years ago
fix: Only evaluate CodeActions that are for `cspell`

github.com/streetsidesoftware/vscode-spell-checker - 88a6095ad980da52a65675341ac60c4ac33732ad authored almost 5 years ago
fix: Update cspell and other packages

github.com/streetsidesoftware/vscode-spell-checker - 2a12c03f88babf9ba38a76b2ab5e54215f9436af authored almost 5 years ago
Merge pull request #434 from streetsidesoftware/coverage

Coverage

github.com/streetsidesoftware/vscode-spell-checker - cce6561a1c24457758e9548850254d4a68886ec1 authored almost 5 years ago
ci: Remove node 10 since VS Code is node 12

github.com/streetsidesoftware/vscode-spell-checker - c70d6b86b54b02f73dd8e5fdb82216bd30528500 authored almost 5 years ago
test: Upgrade vscode to 1.42.x

github.com/streetsidesoftware/vscode-spell-checker - cd327092f76850f382090a2a6bf4a5f2d8918fd0 authored almost 5 years ago
test: remove slash to work on Windows

github.com/streetsidesoftware/vscode-spell-checker - b6af1f70a279019f0612385bbad2818bec6722b5 authored almost 5 years ago
test: fix typeo in snapshot

github.com/streetsidesoftware/vscode-spell-checker - ee395f6e3937a0ff93da576c595aabf4a7bbb70c authored almost 5 years ago
test: add more tests for validator

github.com/streetsidesoftware/vscode-spell-checker - 8fbb379c2718ae21cbce836d55597822e7603fdb authored almost 5 years ago
test: add coverage tests for logger

github.com/streetsidesoftware/vscode-spell-checker - 5d21cb6c19fbe4e0006cc58277b96bd51dcffa84 authored almost 5 years ago
ci: Copy changelog to client just before publishing.

github.com/streetsidesoftware/vscode-spell-checker - f1cf59028971f5cacf02747d64e53d3013eadca1 authored almost 5 years ago
docs: Add header to CHANGELOG

github.com/streetsidesoftware/vscode-spell-checker - e7fea89ad9480571dd0d0319b2bd6342d92e39e5 authored almost 5 years ago
docs: Update monorepo changelog.

github.com/streetsidesoftware/vscode-spell-checker - 1a62e524e3ae1807a7a5bca6716134dbe41a7ff6 authored almost 5 years ago
Merge pull request #433 from streetsidesoftware/settings

Address common performance issue with user regexp

github.com/streetsidesoftware/vscode-spell-checker - 3d75bf38ee76c0798b77e6a4f2d1848568bfc420 authored almost 5 years ago
fix: Try to detect some common bad regex patterns and fix them.

github.com/streetsidesoftware/vscode-spell-checker - 822da97449e90b4dc4da3a3cf14611215ee05e09 authored almost 5 years ago
docs: thoughts on changes to settings.

github.com/streetsidesoftware/vscode-spell-checker - ff86c5328e02c752f008b56cadcffc37852cacca authored almost 5 years ago
refactor: clean up references to vscode-languageserver

github.com/streetsidesoftware/vscode-spell-checker - eb1144b3d5beb3c731de049c860f572685a168d8 authored almost 5 years ago
docs: Update section about cspell.json

github.com/streetsidesoftware/vscode-spell-checker - 95783ecdf839d0538fbecc6e37b6670c36396732 authored almost 5 years ago
ci: have lerna make github release

github.com/streetsidesoftware/vscode-spell-checker - 71193c4fa65fbe93952c5692ce9d3b7361aea8fc authored almost 5 years ago
ci: make sure prerelease candidates graduate

github.com/streetsidesoftware/vscode-spell-checker - ced022ac4f11b5e7d7894f7ddd7f765b263269e9 authored almost 5 years ago
ci: fix lerna release script

github.com/streetsidesoftware/vscode-spell-checker - b3232637f2921b78b19f8035988278e62f9d9419 authored almost 5 years ago
Merge pull request #430 from streetsidesoftware/server-settings

refactor: Server settings

github.com/streetsidesoftware/vscode-spell-checker - f3a9441fddc67e17364840bef7a11afbd4308fd0 authored almost 5 years ago
refactor: Add package name to launch configs

github.com/streetsidesoftware/vscode-spell-checker - 8a961b6a3bc51d187e9f7f0ab4aa47ec3c1008a7 authored almost 5 years ago
fix: clean up CodeAction logging to reduce noise

github.com/streetsidesoftware/vscode-spell-checker - 136a0e24f7c0517b5c3abf8ecb29f63d05fa1f29 authored almost 5 years ago
refactor: clean up old code for working with WorkspaceFolders

github.com/streetsidesoftware/vscode-spell-checker - e1bf59167ba8c162e57936f2e310449c646e9fd2 authored almost 5 years ago
Merge pull request #429 from streetsidesoftware/bump-cspell-schema-version

Use `cspell.schema.json` 4.0.47

github.com/streetsidesoftware/vscode-spell-checker - 3e3c980519fc7792b0f5918697204998b47cb40a authored almost 5 years ago
Use `cspell.schema.json` 4.0.47

github.com/streetsidesoftware/vscode-spell-checker - 8ab496667bd3204d710280fe6cc013503f42fe7d authored almost 5 years ago
Merge pull request #428 from streetsidesoftware/support-overrideSettings

Support override settings

github.com/streetsidesoftware/vscode-spell-checker - 8d9dc782dcc8c6d856a6ca0aa492317ad0ecdad8 authored almost 5 years ago
Use the schema defintions from cspell

github.com/streetsidesoftware/vscode-spell-checker - b2a26a3bc95d0d8d1d0af35f1e8b9b6b7bb2e56d authored almost 5 years ago
Merge pull request #426 from streetsidesoftware/versioning

Versioning

github.com/streetsidesoftware/vscode-spell-checker - 3340c425f02115134c71319bea042d2882b9239f authored almost 5 years ago
ci: making it easier to release versions

github.com/streetsidesoftware/vscode-spell-checker - d5df3fc8cc81b745d302e4a0ee7e5783b52a744a authored almost 5 years ago
Merge pull request #425 from streetsidesoftware/fix-lint

Fix: address lint issues

github.com/streetsidesoftware/vscode-spell-checker - 8ff0a879b2c93232416752544db6ae83c3d950ed authored almost 5 years ago
chore: add vsce build step

github.com/streetsidesoftware/vscode-spell-checker - caea61671528ad353e6db121f5f102a8017b3388 authored almost 5 years ago
fix: fix lint issues in _server, client, and _settingsViewer

github.com/streetsidesoftware/vscode-spell-checker - bc4fb44e948e1e6453fc222140642f573b8d7731 authored almost 5 years ago