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.1-alpha.9

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

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

github.com/streetsidesoftware/vscode-spell-checker - c0760a376960e9275b6bee52133755eb4301bd74 authored over 3 years ago
fix: Fix a few issue with updating configuration (#1068)

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

github.com/streetsidesoftware/vscode-spell-checker - 506a38827c14a6c847e0772d5f4b268912444d56 authored over 3 years ago
feat: Add spelling suggestions to context menu (#1064)

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

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

github.com/streetsidesoftware/vscode-spell-checker - 27074d48c4cf5f2ace4adeec473edfe731baf0b8 authored over 3 years ago
chore(release): 2.0.1-alpha.7

github.com/streetsidesoftware/vscode-spell-checker - 0774d78cdd463132191c9d60d48134cc934367d7 authored over 3 years ago
fix: fix issues with adding words from the context menu (#1060)

* dev: Use sorted ConfigTargets for CodeAction

* dev: wire up right click menu

* dev: fix ...

github.com/streetsidesoftware/vscode-spell-checker - 1731ca9846d07f1296bfa3d6dc763cc5eab51268 authored over 3 years ago
dev: Use sorted ConfigTargets for CodeAction (#1059)

github.com/streetsidesoftware/vscode-spell-checker - 65fb3e32ca0c030ea46497912684416943ce620c authored over 3 years ago
dev: calculate config targets (#1058)

Make sure they are sorted correctly.

github.com/streetsidesoftware/vscode-spell-checker - 8c0583232879d742a12a02295524d84e3ba643c4 authored over 3 years ago
ci: Update vscode-test (#1056)

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

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

github.com/streetsidesoftware/vscode-spell-checker - b04a881337d5dd1c8c8ae479796f0eec5ab8b3ad authored over 3 years ago
dev: replace deprecated createMuiTheme (#1054)

github.com/streetsidesoftware/vscode-spell-checker - 18629d9ad3e8e0edff7f334565508860a665e45c authored over 3 years ago
ci: add update dependencies workflow (#1053)

github.com/streetsidesoftware/vscode-spell-checker - 1d1122c6c4ac0eb8a4cea8a7b7e4d68563b96645 authored over 3 years ago
dev: move Pattern Matcher into its own package (#1052)

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

github.com/streetsidesoftware/vscode-spell-checker - ba7551627689b477dcedb6fe5b535ad6e94f97b7 authored over 3 years ago
fix: Support case sensitive file types (#1047)

Fix: #1043

github.com/streetsidesoftware/vscode-spell-checker - 933fb992700850f9f91fce0050adb7d49ec1e0b0 authored over 3 years ago
chore(deps): bump addressable from 2.7.0 to 2.8.0 in /docs (#1041)

github.com/streetsidesoftware/vscode-spell-checker - 9ad82b3f02573da6864092c02356a8ad6ba3e19f authored over 3 years ago
ci: update dependencies (#1037)

* ci: update dependencies

* Update vscode-mock.ts

github.com/streetsidesoftware/vscode-spell-checker - 4125ac48c4dd986ac3a7c2ffa5c098aa455fcc20 authored over 3 years ago
dev: Create configTargets to allow sorted config changes (#1036)

ConfigTarget is a structure that allows configuration change destinations to be sorted in prefer...

github.com/streetsidesoftware/vscode-spell-checker - a02fedb7dc94d326e60d7f61bf92bb6b75078168 authored over 3 years ago
dev: progress towards config target logic (#1032)

* dev: Update design doc for config logic

* dev: remove unused method

* dev: add tests to ...

github.com/streetsidesoftware/vscode-spell-checker - 6385348f780ecdc52ccaf7be8a096610dd93f61a authored over 3 years ago
fix: make sure changes to `package.json` trigger a config reload (#1023)

* fix: make sure all registered commands are correctly disposed

* dev: make sure changes `pac...

github.com/streetsidesoftware/vscode-spell-checker - e7de974fa0ecd5bc83651afb839c43e4dc8f15ed authored over 3 years ago
dev: increase code coverage (#1021)

github.com/streetsidesoftware/vscode-spell-checker - 854e5a0dfca068a7f88c78140ee02111ab694d32 authored over 3 years ago
fix: preserve existing format of config files (#1020)

* fix: preserve existing format of config files
* test: add some more workspace fixtures
* Upd...

github.com/streetsidesoftware/vscode-spell-checker - b5db1e178ccacf7aa140241c62a5b27b4d406952 authored over 3 years ago
fix: improved updating of configuration (#1014)

* fix: improved updating of configuration

* dev: Add writeConfigFile methods

github.com/streetsidesoftware/vscode-spell-checker - f7750e3435187a36c3778ae2013a45ed33fcf635 authored over 3 years ago
feat: add update support for `package.json` and `cspell.config.yaml` (#1012)

* dev: create a unified config reader / writer

* dev: support `package.json` and `*.yaml`

github.com/streetsidesoftware/vscode-spell-checker - f638f7a6bdd5c4d2d43cbeab23f7c4a50f64d3ae authored over 3 years ago
dev: Prevent create config from overwriting files (#1007)

github.com/streetsidesoftware/vscode-spell-checker - 74dc43682f7fd0195ba713e2e0ecbf93ea921f9f authored over 3 years ago
ci: Update yarn.lock (#1005)

github.com/streetsidesoftware/vscode-spell-checker - ff0de00c9bd453f110a4dba6560965c7519152d9 authored over 3 years ago
chore(deps-dev): bump @types/node from 15.12.5 to 16.0.0 (#999)

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

github.com/streetsidesoftware/vscode-spell-checker - 57ad58a591184fcf00a1b74a9b6030242e89b613 authored over 3 years ago
chore(deps-dev): bump ts-json-schema-generator from 0.93.0 to 0.94.0 (#1000)

Bumps [ts-json-schema-generator](https://github.com/vega/ts-json-schema-generator) from 0.93.0 t...

github.com/streetsidesoftware/vscode-spell-checker - cab8b79767d9a4c889765deed178fc0ce2ae7810 authored over 3 years ago
feat: add option to create cspell config (#1003)

github.com/streetsidesoftware/vscode-spell-checker - f0378d213afa55c255cc27ca0df81188f45a06d8 authored over 3 years ago
fix: Issue with language Extensions and Improve Error Handling of Promises (#998)

* dev: Improve Error Handling of Promises
* fix: notifications to server
* dev: improve notifi...

github.com/streetsidesoftware/vscode-spell-checker - 2080b9db3710eba73d8b640e879e4dce2465d65b authored over 3 years ago
dev: working on context menu (#995)

* dev: working on context menu

* dev: add some sample php code

* dev: make fixSpellingWith...

github.com/streetsidesoftware/vscode-spell-checker - d9c621519cad3057c32262869056dcd214103ffb authored over 3 years ago
chore(deps-dev): bump typescript from 4.3.4 to 4.3.5 (#991)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.4 to 4.3.5.
- [Release not...

github.com/streetsidesoftware/vscode-spell-checker - 375e18fb9475a19bc2ecb3d0dc3089032859329b authored over 3 years ago
chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#992)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 2.2.0.
- [Relea...

github.com/streetsidesoftware/vscode-spell-checker - ae0bc6b26a0a6bb34d1f9ecda635443c8d68a525 authored over 3 years ago
dev: make sure all commands are registered (#990)

* dev: make sure all commands are registered

github.com/streetsidesoftware/vscode-spell-checker - aa8373617c959a32e0f40e33e850bf0f848815ae authored over 3 years ago
chore(deps-dev): bump @types/node from 14.17.4 to 15.12.5 (#981)

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

github.com/streetsidesoftware/vscode-spell-checker - efe4fc99aa7e4dc451e56dd635c272d7472b2c89 authored over 3 years ago
dev: work on context menu (#983)

* dev: work on context menu

* dev: When adding words, only add words that are issues.

* de...

github.com/streetsidesoftware/vscode-spell-checker - e1aae8b41d9a155d600df1ccece96a9db7d632f7 authored over 3 years ago
doc: fix typos in README (#988)

github.com/streetsidesoftware/vscode-spell-checker - e570d9870011eb027cb8ddda9ff90fef74239322 authored over 3 years ago
chore(deps-dev): bump prettier from 2.3.1 to 2.3.2 (#982)

Bumps [prettier](https://github.com/prettier/prettier) from 2.3.1 to 2.3.2.
- [Release notes](h...

github.com/streetsidesoftware/vscode-spell-checker - df766055593dfbd7e790045cd820ffa71171dd03 authored over 3 years ago
ci: lock the version of vsce and add workflow test (#980)

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

github.com/streetsidesoftware/vscode-spell-checker - ce798e197d2a85a3a5c5aef7d263f4d0e895bac7 authored over 3 years ago
ci: fix VSCE

Related to [[email protected] breaks .vscodeignore configuration · Issue #576 · microsoft/vscode-vsce]...

github.com/streetsidesoftware/vscode-spell-checker - 28bcb565f3b69b73275a24f7323beb563f3fd9e3 authored over 3 years ago
ci: Update License to match embedded packages.

github.com/streetsidesoftware/vscode-spell-checker - 00b1ac4da2e423fc565cce54f7c34d2652ea7fa0 authored over 3 years ago
dev: Add explicit targets to codeActions. (#979)

* dev: Add explicit targets to codeActions.

* dev: fix text to include only dictionaries with...

github.com/streetsidesoftware/vscode-spell-checker - f0a6d3e2e159405474bc1dde990f32dbce156e12 authored over 3 years ago
dev: Normalize how a words are added to settings. (#977)

github.com/streetsidesoftware/vscode-spell-checker - cd3a18cbff85da4fd57851a0bc54245801c3feaa authored over 3 years ago
Revert "dev: Use normalize how a words are added to settings."

This reverts commit 619efc52847a9a3ef0c761f81ea3ded903c82340.

github.com/streetsidesoftware/vscode-spell-checker - 84645594d816d8e0b4f1e1f66d0354622ce19cb9 authored over 3 years ago
dev: Use normalize how a words are added to settings.

github.com/streetsidesoftware/vscode-spell-checker - 619efc52847a9a3ef0c761f81ea3ded903c82340 authored over 3 years ago
dev: add function to add words to a dictionary (#976)

* dev: add function to add words to a dictionary

* dev: pull out the VS Code mock into its ow...

github.com/streetsidesoftware/vscode-spell-checker - 3f6bdea12fb361bf5a8f9a46cfc187b8e482d712 authored over 3 years ago
dev: extract Target dictionaries from settings (#973)

* dev: extract Target dictionaries from settings
* Update documentSettings.test.ts

github.com/streetsidesoftware/vscode-spell-checker - ea52f3ae318fcda7759c9f1062d6f652e84e464a authored over 3 years ago
dev: Add ability to ask client about the workspace configuration. (#972)

* dev: Add ability to ask client about the workspace configuration.

* dev: collect cspell sou...

github.com/streetsidesoftware/vscode-spell-checker - e8f340e2a100444190b0d8f49e02fde9ee1ee4da authored over 3 years ago
dev: fix warning in integration test. (#971)

github.com/streetsidesoftware/vscode-spell-checker - 766ba391383f6166dec5911b5f4c8a1dcbc375a6 authored over 3 years ago
dev: support notifying the client when files are spell checked. (#969)

* dev: Add doc block to api
* Update spell-checker-config.schema.json
* dev: Minor refactor of...

github.com/streetsidesoftware/vscode-spell-checker - 7166374a76e3bfd0784b10159ecc32d8b26149ab authored over 3 years ago
dev: Upgrade packages (#964)

github.com/streetsidesoftware/vscode-spell-checker - a5bbf330078fad4ea805b855bb07d1b0a3ad7296 authored over 3 years ago
chore(deps): bump streetsidesoftware/cspell-action from 1.2.4 to 1.2.5 (#958)

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

github.com/streetsidesoftware/vscode-spell-checker - 3669a86162299be4bdb82bec74b4f6c9f58fa188 authored over 3 years ago
dev: Improving configuration (#955)

* dev: fix schema generation
* doc: write up a bit more about configuration
* dev: update the ...

github.com/streetsidesoftware/vscode-spell-checker - 5212ee3103f7856eb54dd0d114c867ff4e80c7e9 authored over 3 years ago
chore(deps): bump streetsidesoftware/cspell-action from 1.2.1 to 1.2.4 (#944)

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

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

github.com/streetsidesoftware/vscode-spell-checker - 7a8119f81c1f2256581233eeaf165ed9505770ad authored over 3 years ago
fix: Clean up the status bar (#950)

- Added configuration: `cSpell.showStatusAlignment`
- Fix: #949
- Make the status smaller and ...

github.com/streetsidesoftware/vscode-spell-checker - 2ae49156075b3471d2d3b8767eb582fd67a8bf0d authored over 3 years ago
Update fileTypeMap.json (#569)

To check the spelling in siemens tia files it would be great to add them as file types.

github.com/streetsidesoftware/vscode-spell-checker - 3c23d1555db40ef36e06ff0950bc63142f6421ac authored over 3 years ago
fix: Upgrade to cspell 5.6.3 to improve accent support (#942)

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

github.com/streetsidesoftware/vscode-spell-checker - 4a35e2d316a4ddbe33875dd960f9fed66c4032e6 authored over 3 years ago
fix: Upgrade to cspell 5.6.2 (#940)

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

github.com/streetsidesoftware/vscode-spell-checker - c55892892cb428aeaecf6e82796cdf7f7c5afbbc authored over 3 years ago
fix: Update cspell to fix accent word break issues (#936)

* fix: Update cspell to fix accent word break issues

github.com/streetsidesoftware/vscode-spell-checker - 2d6ee3730016feac70b016e833ded62e67cf4d20 authored over 3 years ago
fix: #541 - Only split the selection on word boundaries (#933)

* fix: #541
* include `-` as part of the word

github.com/streetsidesoftware/vscode-spell-checker - 6c7e92d81a06f2866ffb7909a2b16a3e06ad1741 authored over 3 years ago
chore(deps): bump streetsidesoftware/cspell-action from 1.2.0 to 1.2.1 (#931)

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

github.com/streetsidesoftware/vscode-spell-checker - 8a5f3e50bfc6e27c428b3af74e152bc8faaa94e4 authored over 3 years ago
chore(deps-dev): bump mocha from 8.4.0 to 9.0.0 (#930)

Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.0.0.
- [Release notes](https://...

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

github.com/streetsidesoftware/vscode-spell-checker - f1245af569cba76fee50926dc5c34ea3302868ec authored over 3 years ago
fix: make sure the cspell schema is packaged in the extension

github.com/streetsidesoftware/vscode-spell-checker - 739d3836e039886c9aeef66254a42bc3762b1265 authored over 3 years ago
chore(deps): bump streetsidesoftware/cspell-action from 1.1.2 to 1.2.0 (#924)

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

github.com/streetsidesoftware/vscode-spell-checker - 9af9b282e106ae777be36fba23dc2f21ab63144e authored over 3 years ago
chore(release): 2.0.1-alpha.0

github.com/streetsidesoftware/vscode-spell-checker - d89dcc83f012f4e68f910fac6ca76816071c6572 authored over 3 years ago
ci: Fix prerelease version prefix

github.com/streetsidesoftware/vscode-spell-checker - dd0f993011d5424707888ac3d1c8d2cfbe6b37c9 authored over 3 years ago
fix: Verify Yarn2 projects work (#925)

* fix: Verify Yarn2 projects work

* ci: Update packages

github.com/streetsidesoftware/vscode-spell-checker - 275f07e4e11861b4141e100a1814bd3f9c351e64 authored over 3 years ago
Fix: Support Yarn 2 (#921)

* dev: Update Docs
* dev: Work with URIs whenever possible.
* dev: Upgrade to cspell 5.6

github.com/streetsidesoftware/vscode-spell-checker - 58ba900c1b4686d13379ceac59d602fabe569792 authored over 3 years ago
ci: Update packages (including cspell) (#914)

github.com/streetsidesoftware/vscode-spell-checker - e0a75730ce77a7a8103ac9c1e430d0010da99829 authored over 3 years ago
dev: Feat: support auto completion of cspell inline commands (#912)

github.com/streetsidesoftware/vscode-spell-checker - c0ab9b17f7cd6e1f7bd4b513f0108410954537ac authored over 3 years ago
chore(deps): bump @cspell/cspell-bundled-dicts from 5.5.0 to 5.5.2 (#911)

Bumps [@cspell/cspell-bundled-dicts](https://github.com/streetsidesoftware/cspell) from 5.5.0 to...

github.com/streetsidesoftware/vscode-spell-checker - 04c2d7ba82e29514bc22ae362153bc509cdb1cfd authored over 3 years ago
fix: Turn off `virtualWorkspaces` and `untrustedWorkspaces` (#907)

Explicitly turn off support for `virtualWorkspaces` and `untrustedWorkspaces` until further inve...

github.com/streetsidesoftware/vscode-spell-checker - 30dfdc5437992991e6964b73d5e561ffd17121f9 authored over 3 years ago
ci: Upgrade cspell to 5.5 (#906)

* ci: Upgrade cspell to 5.5

* fix: ignore some non-words

github.com/streetsidesoftware/vscode-spell-checker - c16fd7d64ffbedfab0f580a2e63df65e0f84bb05 authored over 3 years ago
chore(deps-dev): bump ts-json-schema-generator from 0.92.0 to 0.93.0 (#900)

Bumps [ts-json-schema-generator](https://github.com/vega/ts-json-schema-generator) from 0.92.0 t...

github.com/streetsidesoftware/vscode-spell-checker - eb25983755bc003224895ac9a1538e2971d4b21b authored over 3 years ago
ci:Upgrade Jest to 27 (#903)

github.com/streetsidesoftware/vscode-spell-checker - 43cfb0eb7801771c8f2c791a03858dffdde4f167 authored over 3 years ago
chore(deps-dev): bump jest-diff from 26.6.2 to 27.0.1 (#902)

Bumps [jest-diff](https://github.com/facebook/jest/tree/HEAD/packages/jest-diff) from 26.6.2 to ...

github.com/streetsidesoftware/vscode-spell-checker - 1d881f5a40a5212c9f33368d78dff225c9c0b59a authored over 3 years ago
dev: update dictionaries (#898)

* dev: update dictionaries
* dev: Remove need for awesome-typescript-loader
- Test and fix a...

github.com/streetsidesoftware/vscode-spell-checker - 6cd8424280fa0d2c3428a8f126b3ee1dee131266 authored over 3 years ago
dev: change default branch to `main` (#896)

* dev: change default branch to `main`

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

github.com/streetsidesoftware/vscode-spell-checker - eecb539b209586f57a7074f9c0f8cd86f94945ed authored over 3 years ago
fix: Do not try to update unsupported config file formats (#893)

github.com/streetsidesoftware/vscode-spell-checker - 6ed7393474b6e7aad3e37c23c95b35b7c6d7474e authored over 3 years ago
fix: remove HexDigit from predefined patterns (#889)

The current definition of HexDigit is not very useful, since it will not match anything except a...

github.com/streetsidesoftware/vscode-spell-checker - 859b953364c545c8ebc581c71904a32cf771e18b authored over 3 years ago
dev: Support writing to config files. (#890)

* doc: Update v2.md

* dev: Improve Unit Tests for CSpellSettings

* ci: fix spelling issue
...

github.com/streetsidesoftware/vscode-spell-checker - 7a659774061c80a734f5da2c1a331f5b7aabe481 authored over 3 years ago
ci: Rename blacklist to block list (#886)

* dev: Rename blacklist to block list.

* Create v2.md

* Update yarn.lock

github.com/streetsidesoftware/vscode-spell-checker - 553f299469d10003cf78bff3c6155492eb09a886 authored over 3 years ago
chore(deps): bump nokogiri from 1.11.2 to 1.11.4 in /docs (#878)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.2 to 1.11.4.
- [Release n...

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