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

chore(release): 2.0.7-alpha.1

github.com/streetsidesoftware/vscode-spell-checker - faf5d6c0402cad610248869070b9e9a50d9d66ea authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1344)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 9c7c5129bd1619d25d7af8e2e109c4f09cf4e04d authored over 3 years ago
dev: Have the general toggle command change nearest setting (#1343)

Have the status bar `enable` spelling use `cSpell.enableForGlobal`.

github.com/streetsidesoftware/vscode-spell-checker - 772713a347fde1e8c6dffd831c80f9951e58eaaf authored over 3 years ago
fix: Make sure the VS Code instance of Uri is used (#1342)

Fix: #1341

VS Code seems to be very sensitive to the class instance that created a
URI when ...

github.com/streetsidesoftware/vscode-spell-checker - 4e612c6c89e9ec3aed240ad8ab52b047188f2b66 authored over 3 years ago
chore(deps): bump softprops/action-gh-release from 0.1.13 to 1 (#1336)

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 0.1.13 ...

github.com/streetsidesoftware/vscode-spell-checker - 4ef9fa2f6bfb580b5397c48eb7b1ada2969e727f authored over 3 years ago
chore(release): 2.0.7-alpha.0

github.com/streetsidesoftware/vscode-spell-checker - 56486283b464ae4ca753688b144d7cbbbffbd848 authored over 3 years ago
ci: Update Release Action to use `softprops/action-gh-release` (#1332)

[GH Release · Actions · GitHub Marketplace](https://github.com/marketplace/actions/gh-release)

github.com/streetsidesoftware/vscode-spell-checker - cfebce9e9d905cd361aac3ffbd9dfba48e2231bc authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1331)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - c1acf096e5913b6f6b7b321f2c3cfb1b0d88a880 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1330)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 4ac9dae248322e27d98fdbbd51da673f4171826d authored over 3 years ago
fix: Fix Toggle Enable Spell Checker (#1329)

* dev: Refactor locale settings into their own file.

* dev: Remove Unused code

* Make sett...

github.com/streetsidesoftware/vscode-spell-checker - 0812d6ae3f8a533e1c425a8fb61d425f7cb361d2 authored over 3 years ago
fix: Fix add / remove locale from configuration (#1325)

* fix: Fix add / remove locale from configuration

## Logic

### Scope

When adding / remo...

github.com/streetsidesoftware/vscode-spell-checker - b5699eff5ee1357022aa0480abb3c92e784ee3da authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1324)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 4204342a9bd4ba6cb6643e6c48780dd8e1dc54a5 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1322)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 0c9f38bdc2e1730674d5ea12c78a65bcadb2fd4c authored over 3 years ago
ci: Split the Azure Pipeline into multiple jobs (#1321)

github.com/streetsidesoftware/vscode-spell-checker - f4b60bff023b0891ae3830c4bddc740320bfcbc5 authored over 3 years ago
dev: Standardize on a `tsconfig.json` (#1320)

* dev: Add a top level `tsconfig.json`
Fix warnings related to complierOptions
* dev: Fix ...

github.com/streetsidesoftware/vscode-spell-checker - a3a2bf85fde96410aad86cda30faecea7ed45996 authored over 3 years ago
fix: Fix Enable / Disable Locale matching logic. (#1318)

github.com/streetsidesoftware/vscode-spell-checker - b745e39b38480cf24f2e912dbce7f133c249a5b8 authored over 3 years ago
ci: Update to cspell `5.10.0` (#1317)

github.com/streetsidesoftware/vscode-spell-checker - b288758762a50e51ab0718c7c979ebebbd05310c authored over 3 years ago
fix: Always add a new line at the end of (#1316)

github.com/streetsidesoftware/vscode-spell-checker - 62b7894287335de92ac0f5a06ceb87e2e266a347 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1315)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 23cf6fdc071e0db4d4c88f32575717811102605a authored over 3 years ago
fix: check all files by default (#1314)

Related to #1283 and #1308

github.com/streetsidesoftware/vscode-spell-checker - 30853a654be5ee6ce0b15b55a30c53bb7033a84d authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1306)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - ea48f39ecd0eeb3bb8dc4ffda38595c5291545f8 authored over 3 years ago
Update update-dependencies.yml (#1305)

github.com/streetsidesoftware/vscode-spell-checker - 5341dcef5f2f28e49811148469da34900e3b57d1 authored over 3 years ago
lint: run lint on all `.json` and `.md` files. (#1304)

* lint: run lint on all `.json` and `.md` files.
* Update .prettierignore

github.com/streetsidesoftware/vscode-spell-checker - d7a51e48a7b045f138a8faa42c6dd4d642b46ee0 authored over 3 years ago
dev: create package-json-dependency-updater (#1303)

* dev: create package-json-dependency-updater

github.com/streetsidesoftware/vscode-spell-checker - 36f4de2fa1bd8a2e516413b362d031afdf76982e authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1302)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 09a235b922bb0edcd2ab1bf8811bd64c3b862d66 authored over 3 years ago
Update update-dependencies.yml

github.com/streetsidesoftware/vscode-spell-checker - 20b239c184295d19154fd376003c2bf92dce67fa authored over 3 years ago
Update update-dependencies.yml

github.com/streetsidesoftware/vscode-spell-checker - b650e0598f834a94a262a8d7e489b9d78a387822 authored over 3 years ago
ci: Improve the Automatic Release Notes

github.com/streetsidesoftware/vscode-spell-checker - bf8e9fa2fd791702b51b618fee537205e498f24a authored over 3 years ago
fix: Upgrade to cspell `5.9.1` (#1293)

* fix: Upgrade to cspell `5.9.1`

* dev: Update all references to cspell 5.9.1

github.com/streetsidesoftware/vscode-spell-checker - 309fd2805c02d58350ae7705a49bfb0448460c34 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1288)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - d3c7903d1cef2a01c66fa85c51a8b873ee6b0716 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1282)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - a1f323f980d49c51dead959adce1c06d01e38353 authored over 3 years ago
chore(deps-dev): bump @types/node from 16.7.13 to 16.9.0 (#1281)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

github.com/streetsidesoftware/vscode-spell-checker - acbc3b96586786daf1c405c7f2bf6fe6c88329d7 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1278)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 395edf82a797ae6b2316c252dd607f3e5bf45c96 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1277)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - bc798999c2be38ad699d8e0af1f9c14b657e7278 authored over 3 years ago
chore(deps-dev): bump webpack-dev-server from 4.1.0 to 4.1.1 (#1276)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.1.0 to 4.1.1.
...

github.com/streetsidesoftware/vscode-spell-checker - dfc636e3f3db414af32ed0ee0260d39f07359574 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1274)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 03f4161537c7d71a42fea669361bcb55e91e64b7 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1273)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - ff48ecc7dae2279e078052aa7b43672cf93d2a42 authored over 3 years ago
chore(deps-dev): bump vsce from 1.96.3 to 1.97.0 (#1271)

github.com/streetsidesoftware/vscode-spell-checker - 2e002bb3d6a7e28b4fcccdb0b05a28c34bd3379d authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1267)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 1a19c433ae307ed56410b05ad6e7b49e5ad6fd2f authored over 3 years ago
fix: Fix References to version "0.1" (#1266)

github.com/streetsidesoftware/vscode-spell-checker - 85f6e586c120a3273a71a49ae9c43d4f876658da authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1264)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 58add32576fdb7d8bcb3425a666cc517833f661e authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1263)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - bf424f6cdc3e6102d357606381cbb624d6c5e42e authored over 3 years ago
fix: Increase limits to help with #1256 (#1262)

* fix: Increase limits to help with #1256
* docs: Update text related to error message.
* dev:...

github.com/streetsidesoftware/vscode-spell-checker - f5efa0b036a7732a617333b1a9034e2758913ba8 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1261)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 257cb0eae68b3c7386ee5ba7bb2e6b8a0658839c authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1257)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 2cb25cc1577dfc91cce0206839fba86e7182f1ef authored over 3 years ago
chore(deps-dev): bump webpack from 5.51.1 to 5.51.2 (#1260)

Bumps [webpack](https://github.com/webpack/webpack) from 5.51.1 to 5.51.2.
- [Release notes](ht...

github.com/streetsidesoftware/vscode-spell-checker - 01af0e711ed26e08e316b29a82a375fcfa557f29 authored over 3 years ago
chore(release): 2.0.4-alpha.0

github.com/streetsidesoftware/vscode-spell-checker - 600f176ae3e29948cdd509f62bc4aa2dcabe5a7f authored over 3 years ago
fix: make `cSpell.blockCheckingWhen*` settings `language-overridable` (#1258)

github.com/streetsidesoftware/vscode-spell-checker - 08e83591e4e11953be7b65335e87c96dd3a199c4 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1254)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 0b6ee4451c781b34f7e2bc8c238a0a24300f8c16 authored over 3 years ago
fix: Have the completion provider auto fill ignore, words, and dictionaries (#1255)

* fix: Have the completion provider auto fill `ignore` and `words`
* fix: improve the word and ...

github.com/streetsidesoftware/vscode-spell-checker - 98f17f2f759a8884f5b135f2628f435a6f47e29b authored over 3 years ago
fix: Support Jupyter Notebooks (#1253)

github.com/streetsidesoftware/vscode-spell-checker - 6fe65a66417cdf58b220406f960491155cd6e5cc authored over 3 years ago
docs: Have generated docs go to `_includes/generated-docs` (#1251)

- Add Docs for Spell Checker Commands
- Have generated docs go to `_includes/generated-docs`

github.com/streetsidesoftware/vscode-spell-checker - 6a6f3540223c9a8685628f47783637fe33a869f1 authored over 3 years ago
ci: Do not trigger Azure with doc changes

github.com/streetsidesoftware/vscode-spell-checker - d154d9bc337fcba0057adaef4a6268b23803be0c authored over 3 years ago
ci: Add Release Drafter to help with Release Notes

github.com/streetsidesoftware/vscode-spell-checker - 530b263749fd7ddbd56d1c3650782022926835ed authored over 3 years ago
fix: Make sure the LICENSE file is NOT ignored (#1249)

github.com/streetsidesoftware/vscode-spell-checker - 827d80f1b271b7f7a1dcf634cdf5b3cf2731dad0 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1250)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 6c9389064517bf89a008d4486199d5a83b190b71 authored over 3 years ago
docs: Add Configuration docs based upon `package.json` (#1248)

* docs: Add Configuration docs based upon `package.json`
* lint: extract-config.js
* dev: make...

github.com/streetsidesoftware/vscode-spell-checker - 2b3bc5d22b5a06945405cd5843066521f8d8d3cb authored over 3 years ago
docs: Move Release Notes to Docs. (#1244)

* docs: Move Release Notes to Docs.
* docs: Update the ci-workflow
* Update lint-docs.yml

github.com/streetsidesoftware/vscode-spell-checker - 0b18eb7776af9f9657183f39fcf5dcbd217e580c authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1243)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 190d784e71dde91fdcbd30418d87e6b5d268cffb authored over 3 years ago
chore(deps): bump streetsidesoftware/cspell-action from 1.2.5 to 1.3.1 (#1241)

Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) fr...

github.com/streetsidesoftware/vscode-spell-checker - 381be9555e70dbaa986caa1ce36daf550b8d87ca authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1238)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 2e1ed9e5683165f56a2a9711a8d8b89d3b251d36 authored over 3 years ago
fix: Update homepage to point to the new docs. (#1239)

github.com/streetsidesoftware/vscode-spell-checker - b0573f72472f5cb41593de1d54506121d7a31bea authored over 3 years ago
dev: Initial pass at https://streetsidesoftware.github.io/vscode-spell-checker (#1237)

* dev: Initial pass at https://streetsidesoftware.github.io/vscode-spell-checker
* Update vsCon...

github.com/streetsidesoftware/vscode-spell-checker - ef5fa97edb53fa5745d9119cac731fa17e3adecb authored over 3 years ago
ci: Exclude docs from standard test workflow

github.com/streetsidesoftware/vscode-spell-checker - 28efd9185a7c60682c62efc8033408291a02ec46 authored over 3 years ago
chore(release): 2.0.1-alpha.21

github.com/streetsidesoftware/vscode-spell-checker - fe002a0d56046923fa109c6e6d0c3c0a47ac29a2 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1236)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 95c1a3cf318461d12d31d8acb147f4f8c13b25f4 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1235)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - b0a33345fffaa4f9ca127efd41c4ad76f27909ce authored over 3 years ago
chore(deps-dev): bump vsce from 1.96.1 to 1.96.2 (#1234)

Bumps [vsce](https://github.com/Microsoft/vsce) from 1.96.1 to 1.96.2.
- [Release notes](https:...

github.com/streetsidesoftware/vscode-spell-checker - 47e5188793c4e85712f9820024e9039f04156f7c authored over 3 years ago
"how to add configuration" tutorial in CONTRIBUTE (#1228)

* "how to add configuration" tutorial in CONTRIBUTE

Co-authored-by: Jason Dent <Jason3S@users...

github.com/streetsidesoftware/vscode-spell-checker - ed9eb213c3384b7f368e4049ed4d37812ca9d010 authored over 3 years ago
Update README.md (#1229)

* Update README.md
* Add some more PayPal logos
* Remove donate button

github.com/streetsidesoftware/vscode-spell-checker - 1dac4aaa8ab7d2a3c9e8f89b7d5fd74d7febd147 authored over 3 years ago
chore(release): 2.0.1-alpha.20

github.com/streetsidesoftware/vscode-spell-checker - 423eb11906521a91f6000e98ceb3b7a1862b1a19 authored over 3 years ago
fix: Make suggestions menu consistent (#1227)

Have the right click spelling suggestions menu option and the Find Next/Previous Issue use the s...

github.com/streetsidesoftware/vscode-spell-checker - 7b53242c191572bfdf850ea28cfd4a617c235604 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1226)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - d2e8bf1b170a3372eb478b04f877e1315d508d51 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1221)

github.com/streetsidesoftware/vscode-spell-checker - 585e9ca0590f8494a88d45a7b1fb6734983572e5 authored over 3 years ago
Make the suggestion menu type configurable (#1209)

github.com/streetsidesoftware/vscode-spell-checker - b0e25c53b3868a6537130b9e8fd6bc327beff6a6 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1220)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 6e5cecf22676b25c530a1634844503ddbb65179c authored over 3 years ago
fix: Make sure it is possible to spell check all files in a workspace (#1219)

github.com/streetsidesoftware/vscode-spell-checker - 80745fabce03dc6bdb4eb4ac1fea9156b26f3093 authored over 3 years ago
dev: Add Codestream Sponsor banner (#1218)

github.com/streetsidesoftware/vscode-spell-checker - c77710449071c40847fa3f49170c72d515d8fcc0 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1216)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 5c2f96a398329461d41f7aebf2046c0ba849085b authored over 3 years ago
chore(release): 2.0.1-alpha.19

github.com/streetsidesoftware/vscode-spell-checker - 7a3d382d0c92d07d7697eb311351c98c22e26d99 authored over 3 years ago
fix: Block checking of minified documents to prevent high-cpu usage. (#1217)

* fix: Block checking of minified documents to prevent high-cpu usage.

* dev: Build the schema

github.com/streetsidesoftware/vscode-spell-checker - 204e3a23c33f90ec26a998438cf71681b819d368 authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1215)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - 82c957b3c3337c34fa3ef7bb7230a34ccb822b8b authored over 3 years ago
ci: Workflow Bot -- Update ALL Dependencies (#1214)

Co-authored-by: Jason3S <[email protected]>

github.com/streetsidesoftware/vscode-spell-checker - f724189ed2182d140546b7a1c810d0b06f8b4116 authored over 3 years ago
ci: Update azure-pipelines.yml (#1213)

github.com/streetsidesoftware/vscode-spell-checker - 25f87a63e53b0c2a733dfd89d2c09f22bf67fee7 authored over 3 years ago
Update Spell Checker.code-workspace (#1211)

github.com/streetsidesoftware/vscode-spell-checker - e208dac4ad664e9b9ade345715f61fe2551676c5 authored over 3 years ago