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

Merge pull request #343 from louistio/master

Ignore only git object files by default

github.com/streetsidesoftware/vscode-spell-checker - d54b37c74e03fa7249a6695b7d57dad501fc1694 authored over 5 years ago
Ignore only git object files by default

github.com/streetsidesoftware/vscode-spell-checker - f940193222dbff2779709c90f8f3ac91cebd30ad authored over 5 years ago
Change all jason-rev to streetsidesoftware

github.com/streetsidesoftware/vscode-spell-checker - 74a81fec5452de34dbcf03fa47edc05355460e78 authored over 5 years ago
VS Code use node 10

No need to test 8.

github.com/streetsidesoftware/vscode-spell-checker - 35c7f129622d091487b12f3adff5394fe3a0d1e5 authored over 5 years ago
Turn off node 12 till appveyor is ready to support it.

github.com/streetsidesoftware/vscode-spell-checker - 9ff12772937c80fe42f5992d47d424551ed3dc32 authored over 5 years ago
Update packages and bump node versions.

github.com/streetsidesoftware/vscode-spell-checker - 0a9af0cf2f8ae1f55faa260e9c939a0ac7608029 authored over 5 years ago
Add integration tests to lerna build process.

github.com/streetsidesoftware/vscode-spell-checker - df9c903a4fc029d5c7506f77d5f7ff0262392972 authored over 5 years ago
Move Integration tests into their own package

Webpack the client

github.com/streetsidesoftware/vscode-spell-checker - f7c2ed88dd06492a50bd283c0531b8903f917971 authored over 5 years ago
Prepare server to return suggestions.

github.com/streetsidesoftware/vscode-spell-checker - 4ea0774aa8eefcadcc66c3462e64e92fe8444f6b authored over 5 years ago
Add better type checking on the server API

github.com/streetsidesoftware/vscode-spell-checker - 212471d428368b82e2ec24ef4f7e3f3def462203 authored over 5 years ago
Update CSpellSettings.test.ts

github.com/streetsidesoftware/vscode-spell-checker - d218a07f79b9b8bd90a6dad3a0536b00c1473396 authored almost 6 years ago
Make sure locals are correctly updated.

github.com/streetsidesoftware/vscode-spell-checker - 4ca08e8a95728f983b2866d64bc5b763c63483ae authored almost 6 years ago
Make sure cspell.json gets updated

github.com/streetsidesoftware/vscode-spell-checker - 396f28dd50e0ba2088e6498f265b1947f239e21d authored almost 6 years ago
Update codeActions.ts

Make sure to reset the settings if the configs have changed.

github.com/streetsidesoftware/vscode-spell-checker - 37e9a1072423935606699c12237246c2b68ce98d authored almost 6 years ago
Refactor to better reflect its purpose (it s a cache).

github.com/streetsidesoftware/vscode-spell-checker - b8afaa2d8abfe3522d6ffa4e46596e9652f93259 authored almost 6 years ago
Get Ready to publish 1.7.8

github.com/streetsidesoftware/vscode-spell-checker - cf31d5e1e004265ca5487d216d0cfde8ead4b40c authored almost 6 years ago
Add option to use Rename when fixing issues.

github.com/streetsidesoftware/vscode-spell-checker - 067ac3553740806d90fff266bfa03fdbcec690f9 authored almost 6 years ago
Add Commands to ignore words.

github.com/streetsidesoftware/vscode-spell-checker - 4702f79127417755b4b93be18685636a668e8d38 authored almost 6 years ago
Ask the server for the settings always.

github.com/streetsidesoftware/vscode-spell-checker - 1531265d3fd809a23f6087be9771d9d7704c187a authored almost 6 years ago
Improve the glob matches for ignorePaths

github.com/streetsidesoftware/vscode-spell-checker - 6842e0680505be39980f2f39b2e0be08cfdfd080 authored almost 6 years ago
Refactor for better multi-root support

Explicitly to address issues with ignorePath globs.

github.com/streetsidesoftware/vscode-spell-checker - 9c4cdc8d23fbd908bdfc13a14e2b81742e180700 authored almost 6 years ago
Add some autoload helpers.

github.com/streetsidesoftware/vscode-spell-checker - 398aea5c4d1d156950bdb564f7cfdec0071ca8ef authored almost 6 years ago
Get ready to publish 1.7.6

github.com/streetsidesoftware/vscode-spell-checker - 03a80a0a784ce8e055783f166654343ec3e2c999 authored almost 6 years ago
Only show debug logs if they are turned on.

github.com/streetsidesoftware/vscode-spell-checker - cfe6c314fa00949de0e10060fb9c31c2ca6babae authored almost 6 years ago
Only show adding to the workspace / folder if it is possible.

github.com/streetsidesoftware/vscode-spell-checker - 669d5cdeda13d94f4d8c3139eac3040c5e72f46d authored almost 6 years ago
Merge pull request #334 from panicstations/master

Add rst to the list of enabled file types

github.com/streetsidesoftware/vscode-spell-checker - 50dde2357ae665309b1337b03c311fd2515da87f authored almost 6 years ago
Use QuickFix actions to help with spell checking workflow

github.com/streetsidesoftware/vscode-spell-checker - 091ac3df4e64bb8d5aa5e45a4aca0aec05275446 authored almost 6 years ago
Turn off node 11 test until node-sass is fixed.

github.com/streetsidesoftware/vscode-spell-checker - 3400666859b0e94a0b1e41682670ef9a2375c86c authored almost 6 years ago
Add rst to the list of enabled file types

I started using this spellchecker as I was writing documentation in
reStructuredText and I notic...

github.com/streetsidesoftware/vscode-spell-checker - e5c90ab9311bf6aa5d7aeff6d9d344d284f0a5b0 authored almost 6 years ago
Merge pull request #331 from foresthoffman/master

Combine lerna setup with initial install to allow for automation

github.com/streetsidesoftware/vscode-spell-checker - 16a305d8b3eaabd7e9a8fbe1ae0d16db4c4a5136 authored almost 6 years ago
Merge pull request #329 from panicstations/master

Fix links pointing at the client directory

github.com/streetsidesoftware/vscode-spell-checker - 9811693aad0d3c147460c4626be643525ab2dcbf authored almost 6 years ago
Get ready to publish 1.7.4

github.com/streetsidesoftware/vscode-spell-checker - f2d29e376e89406c2ed8538b198e9263fbd34fca authored almost 6 years ago
Display the right config source value for defaults.

github.com/streetsidesoftware/vscode-spell-checker - d5c74b9dab1662409e00293a8270dd6e94302da9 authored almost 6 years ago
Update text to reflect the acutal action.

github.com/streetsidesoftware/vscode-spell-checker - 65276b460af1ef2b4157d9ede242009c906a1825 authored almost 6 years ago
Make sure cspell files are read as jsonc

github.com/streetsidesoftware/vscode-spell-checker - 6a79291991299715142c52886dadf3dde379f173 authored almost 6 years ago
Get Ready to publish update

github.com/streetsidesoftware/vscode-spell-checker - 9be1664a8c61f224c0aa62537baf5b141fbee0a5 authored almost 6 years ago
Update to the latest version of cspell

github.com/streetsidesoftware/vscode-spell-checker - b9ac9fd596b426d68337fdc32cdd90a49c214d21 authored almost 6 years ago
Combine lerna setup with initial install

github.com/streetsidesoftware/vscode-spell-checker - 3b5fe0d7546f0b3254d0599b5c35d3db601bddcb authored almost 6 years ago
Fix links pointing at the client directory

github.com/streetsidesoftware/vscode-spell-checker - f6dcca1309ac2134819a2915e737c738136bb4d9 authored almost 6 years ago
Update packages and convert to shrinkwrap

github.com/streetsidesoftware/vscode-spell-checker - 31abc2489dfb6bc10cca3705679b6152c8b7da2e authored almost 6 years ago
Only write to workspace settyins if we have folders.

github.com/streetsidesoftware/vscode-spell-checker - e1393b5c1b3691be285e0cbf2a634c76ad13ddf7 authored almost 6 years ago
Use the correct URI while updating the settings.

github.com/streetsidesoftware/vscode-spell-checker - 53fb619cdd6062416c21465384bfd343caa85001 authored almost 6 years ago
Update packages

Make sure the jest test runner still works.

github.com/streetsidesoftware/vscode-spell-checker - 384637e696e7667ef3c58098572521c4c9a82e08 authored almost 6 years ago
Remove display info from context menu.

github.com/streetsidesoftware/vscode-spell-checker - 7877d3118df6ed023708185aaecbe54c06098818 authored almost 6 years ago
Remove the old test messages.

github.com/streetsidesoftware/vscode-spell-checker - 22942d9bab72fe97706948fa68dbba833482e9d6 authored almost 6 years ago
Experiment with leading icon.

github.com/streetsidesoftware/vscode-spell-checker - 82159d7628fde0907a16bbdd93725fb67c177615 authored almost 6 years ago
Add snapshot for computed languageConfig

github.com/streetsidesoftware/vscode-spell-checker - 0be790ea013d5a0b3ddd2422bdaf57f136e2d12e authored almost 6 years ago