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 remote-tracking branch 'origin/r0.12.0' into r0.12.1

github.com/streetsidesoftware/vscode-spell-checker - 78873e448a36ea2e359e8104e3cfb62ba798f450 authored about 8 years ago
Use different word splitters based upon the dictionary file.

github.com/streetsidesoftware/vscode-spell-checker - a25080ebbc79c9242f17913e6d767f9c8e24d779 authored about 8 years ago
Make the delay between checking spelling errors configurable.

github.com/streetsidesoftware/vscode-spell-checker - 47cc26e759fc53eebb95985fbc95a508db6ccc15 authored about 8 years ago
Bump package versions and remove dependency on typings

github.com/streetsidesoftware/vscode-spell-checker - 1f191078674612218cacf9f35c17945e1ce499f5 authored about 8 years ago
Use node2 to make debugging easier.

github.com/streetsidesoftware/vscode-spell-checker - d8d38c9d77e5a0af3c9cd7a920df463085dd8bf8 authored about 8 years ago
Add more keywords to typescript

github.com/streetsidesoftware/vscode-spell-checker - 5dd32fc79079051a587816cc689e83664becde26 authored about 8 years ago
Added python keyword dictionary and python to the languages enabled by default.

github.com/streetsidesoftware/vscode-spell-checker - f618bd7c5682339e4f723763115241e83e5e3b6b authored about 8 years ago
Add some common Python terms

github.com/streetsidesoftware/vscode-spell-checker - a4efbc4fb3d6b2812ea736e702d47421dc8bd655 authored about 8 years ago
Add some more terms and sort the list.

github.com/streetsidesoftware/vscode-spell-checker - 0deef59f317cd520996e2077936988c44100adad authored about 8 years ago
Move the "Add to Dictionary" back to the bottom

github.com/streetsidesoftware/vscode-spell-checker - 7cde5c95986052a45760c6f157823b730b611fa1 authored about 8 years ago
Add some more terms and sort the list.

github.com/streetsidesoftware/vscode-spell-checker - 2b92b85a4ece50db01b374c9fdda6fd0d269e2ae authored about 8 years ago
Move the "Add to Dictionary" back to the bottom

github.com/streetsidesoftware/vscode-spell-checker - 116905433a6a086ba15b570dbb0e731d50e75a8f authored about 8 years ago
Add some common Python terms

github.com/streetsidesoftware/vscode-spell-checker - 830145be79d2f33f447268a099be1fb2c1107b88 authored about 8 years ago
Merge pull request #29 from wheerd/python-dictionary

Added Python support.

github.com/streetsidesoftware/vscode-spell-checker - 660434dab0c8e2ef36324f363f2f07c03f6a4237 authored about 8 years ago
Added python keyword dictionary and python to the languages enabled by default.

github.com/streetsidesoftware/vscode-spell-checker - 6c2e8a1ceb0e3dd0c01d9804feda001e46cac7ed authored about 8 years ago
Add some ideas about how to improve validation.

github.com/streetsidesoftware/vscode-spell-checker - cfcd6fecd6b2560103a83b9a4d3a883dad525a4e authored about 8 years ago
Factor the word loader methods into their own file.

github.com/streetsidesoftware/vscode-spell-checker - af686e4ff616ece20bf6d97e6cd9c33de787a378 authored over 8 years ago
Exclude the dictionaries directory from being checked.

github.com/streetsidesoftware/vscode-spell-checker - f1a525dfb9814784b0e13622e7538d9287d1ac46 authored over 8 years ago
Update README to match version.

github.com/streetsidesoftware/vscode-spell-checker - 3e002ebb0cc675b68932970fd36121485fcb0df2 authored over 8 years ago
Change name, description, and icon

github.com/streetsidesoftware/vscode-spell-checker - 6a39f29ef2224222964f8b3a8ec139115592e8fa authored over 8 years ago
Be able to enable/disable showing the status bar message.

github.com/streetsidesoftware/vscode-spell-checker - 15a567bcc3821b56a1061462664e2956789f1bd4 authored over 8 years ago
Be able to enable/disable the spell checker for each workspace.

github.com/streetsidesoftware/vscode-spell-checker - a438741bd6e3435c4a4bcde689e72ba79abd3fda authored over 8 years ago
Do not spell check generated files.

github.com/streetsidesoftware/vscode-spell-checker - 1496a80abeabc22afbdfea34b2f33483cfeb2df4 authored over 8 years ago
Auto fill in the selection when adding words via command

github.com/streetsidesoftware/vscode-spell-checker - 58820c4ba4346105e1d13cdf9553aaaf2bddab81 authored over 8 years ago
Do not test root path against exclusion.

github.com/streetsidesoftware/vscode-spell-checker - b7cc815abf78918c8eeb7001f7d7074a7dcd6bee authored over 8 years ago
Exclude files with a path that matches the glob.

github.com/streetsidesoftware/vscode-spell-checker - d95997e5358c82969879fe6d44507a091be7658a authored over 8 years ago
remove typings from the repository

github.com/streetsidesoftware/vscode-spell-checker - 3543c94cc7f145255735e4716cb40d107e724850 authored over 8 years ago
By default add words to the user dictionary

github.com/streetsidesoftware/vscode-spell-checker - a98c50c1a66ff37d21dd46a2d8f4fbcee092a427 authored over 8 years ago
Keep the sentence on the same line.

github.com/streetsidesoftware/vscode-spell-checker - 63dd98efada0c3116c789b86a742acb5bc9eaa4f authored over 8 years ago
Programmatically add words to the userWords list.

github.com/streetsidesoftware/vscode-spell-checker - b54a024c930a3fa3d6c25a1dc4813576e66f76f7 authored over 8 years ago
Update everything to use the latest libraries and typings

github.com/streetsidesoftware/vscode-spell-checker - 0a02151919cb2d77868d4aff6c9c8cc380bcd99e authored over 8 years ago
Fix the issue with an empty range.

github.com/streetsidesoftware/vscode-spell-checker - 6c56f96dd30961e443e06fc49a057d9743cbce8d authored over 8 years ago
Update to the latest version of vscode.

github.com/streetsidesoftware/vscode-spell-checker - 2220faa25e28937ed0423028cdca8079420529e7 authored over 8 years ago
Update name, description, and version.

github.com/streetsidesoftware/vscode-spell-checker - 791827965ea0ce8865b32a767a5c7516078201c8 authored over 8 years ago
Bump version again to make sure it is updated.

github.com/streetsidesoftware/vscode-spell-checker - b00c84652d40c618cea0c3533b3a24a1eae612fa authored over 8 years ago
rebuild extension and bump version numbers

github.com/streetsidesoftware/vscode-spell-checker - 6962901f1c7498710d71b5ffdd18b89167b07306 authored over 8 years ago
Use fsPath so it works on Windows

github.com/streetsidesoftware/vscode-spell-checker - 4e68bab7f1b5f421403547ef26bd0e3d313de72f authored over 8 years ago
Make sure the settings are saved so we can launch the extension

github.com/streetsidesoftware/vscode-spell-checker - e96f363c0b0eac9129ef8ebc54da8ff2323bfbc5 authored over 8 years ago
Include the client .vscode files

github.com/streetsidesoftware/vscode-spell-checker - 9e1ff6747a0ee8a51386b4a3cb4a0ec67de2d2b9 authored over 8 years ago
Update libraries and typings

github.com/streetsidesoftware/vscode-spell-checker - 62688ddc4aaf8e9a1707dae30cbea4e34f8b3e5a authored over 8 years ago
update mocha, and languageserver

github.com/streetsidesoftware/vscode-spell-checker - fd131ac33b181ca7060bd332c4b458523b52b4be authored over 8 years ago
Do not spell check Chinese characters

github.com/streetsidesoftware/vscode-spell-checker - 153907ed56809ee127abddb35d50c4a08f402eef authored over 8 years ago
Add .vscode and typings directories to ignore list.

github.com/streetsidesoftware/vscode-spell-checker - d042fad41fceaad6516f6dd95a1a931e31674517 authored over 8 years ago
Change the debug port to work better on Mac.

github.com/streetsidesoftware/vscode-spell-checker - 860954bdc4a16f408c6892591baecee9cc42579f authored over 8 years ago
Merge pull request #18 from AlekSi/master

Update Go words to Go 1.7.

github.com/streetsidesoftware/vscode-spell-checker - 458918a0f717ad5cfddeeed595c2be145fe51d1a authored over 8 years ago
Merge pull request #14 from AlekSi/patch-1

Regenerate Go dictionary

github.com/streetsidesoftware/vscode-spell-checker - 81bf09283cc70a50c20472c5a809d2e5262b7f16 authored over 8 years ago
Bump version number and make space in notes

github.com/streetsidesoftware/vscode-spell-checker - f6fb3b0b9c458e8ac1d67ac0bdbe5fb84e41eb85 authored over 8 years ago
Update version # for release.

github.com/streetsidesoftware/vscode-spell-checker - b4f7a7863510b1ab6a8827451921637a586515b9 authored over 8 years ago
Add support for contractions

github.com/streetsidesoftware/vscode-spell-checker - da309eb4e8b6577642bd65f6ec23d97ef83f1aeb authored over 8 years ago
Allow word lists to contain CamelCase words.

github.com/streetsidesoftware/vscode-spell-checker - eb4e8920580f708cfc6f1fcb47fb6f465dc8dfae authored over 8 years ago
Merge pull request #8 from AlekSi/master

Update Go words

github.com/streetsidesoftware/vscode-spell-checker - f87b86eaad1c89ccd15c36f4767aac9bee010a26 authored over 8 years ago
Add Go package names, add extra word

github.com/streetsidesoftware/vscode-spell-checker - e27bf2f533d3089e20724b5883b09530ad3e20b0 authored over 8 years ago