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

Enable reStructuredText by default

github.com/streetsidesoftware/vscode-spell-checker - 5a8b5a2d15d6d1c573b4ce4000f47956753b7033 authored over 7 years ago
Store the default check limit in only one place.

github.com/streetsidesoftware/vscode-spell-checker - 825399f371090a6c7977fe18cc2ca1debe29a56c authored over 7 years ago
Turn off checking by default and limit the amount of text.

github.com/streetsidesoftware/vscode-spell-checker - 87a32848a42a1d7d512dd85e2efeecb2d8fc3dfa authored over 7 years ago
Support limiting the amount of text checked in a document.

github.com/streetsidesoftware/vscode-spell-checker - 14c1aea4731e6ad6357343058001b74ab89420ea authored over 7 years ago
Slight adjustments to the readme.

github.com/streetsidesoftware/vscode-spell-checker - 2435f11466e0fe78c3379fa77e556181aa5eb294 authored over 7 years ago
Update README on how to see suggestions.

github.com/streetsidesoftware/vscode-spell-checker - 3342d3ed2a5a8036128f494bfd62ad32d368433c authored over 7 years ago
Turn on handlebars support by default.

github.com/streetsidesoftware/vscode-spell-checker - 6ff60b9934f0fb800dc2c66df3e781b1543529a7 authored over 7 years ago
Add support functions for Dictionary Addons.

github.com/streetsidesoftware/vscode-spell-checker - 7cc411e6af4ddb6ebc31ad842bb98778add97432 authored over 7 years ago
Make sure the server correctly imports the importSettings files.

github.com/streetsidesoftware/vscode-spell-checker - c1510499f9b0d26c5b8477c175bfffa1b59a2b57 authored over 7 years ago
Progress towards Enabling Dictionary Extensions

github.com/streetsidesoftware/vscode-spell-checker - 8fb802a54f0f811657dabbf7c6b7c00984476b66 authored over 7 years ago
Merge pull request #121 from d2s/d2s-tools-pull-upstream

feat(pull-changes-from-upstream.sh) new tool

github.com/streetsidesoftware/vscode-spell-checker - adba6bc04c6a851a2e1a444409a7c60df0554bc3 authored over 7 years ago
feat(pull-changes-from-upstream.sh) new tool

- Add tool to merge latest changes from the upstream Git repository

github.com/streetsidesoftware/vscode-spell-checker - e0fb4e1e2464d7d7eb271d706abeac824269dc4c authored over 7 years ago
Merge pull request #120 from d2s/patch-1

docs(README.md) fix spelling of file type names

github.com/streetsidesoftware/vscode-spell-checker - 418559a0a33a4a7654845e9ff2fa9d2fbbb1a7bd authored over 7 years ago
docs(README.md) fix spelling of file type names

- Fix spelling of file type names.

github.com/streetsidesoftware/vscode-spell-checker - 9c472ccba1eb178071908bc9b95029986c4f967a authored over 7 years ago
Work on getting travis to work with npm 5.

github.com/streetsidesoftware/vscode-spell-checker - 2f3a37933899bc6d6ca811084c87209e4fa3408c authored over 7 years ago
Update to the latest version of cspell to support global config.

github.com/streetsidesoftware/vscode-spell-checker - 86831757a79248cf4405e9c97db026c43a7ea40b authored over 7 years ago
Merge pull request #105 from AdriVanHoudt/patch-1

Fixed minor typo

github.com/streetsidesoftware/vscode-spell-checker - 88d0ad87b2f910e54868503f869c238dcb0016f4 authored over 7 years ago
Fix the version of typescript.

github.com/streetsidesoftware/vscode-spell-checker - 533f525912e01a403945593b7b639a58e236d062 authored over 7 years ago
Add enable / disable current language.

github.com/streetsidesoftware/vscode-spell-checker - 080c84c0c9ccf87cf2547940564a4c94bf24bd46 authored over 7 years ago
Add a command to toggle the spell checker on/off

github.com/streetsidesoftware/vscode-spell-checker - 9d479a5632a8c872dd721101b888e3611bd7a80b authored over 7 years ago
Use https instead of http for security

github.com/streetsidesoftware/vscode-spell-checker - b8019ad5b48f375fb4962f9c72f4fdc8c0fc4460 authored over 7 years ago
Add a slider switch to enable / disable language.

github.com/streetsidesoftware/vscode-spell-checker - af4c19faf33f37e13b8afda1a895d093a07e6c76 authored over 7 years ago
Enabled displaying CSpell Info for new files.

github.com/streetsidesoftware/vscode-spell-checker - 9ecfec3a1e627546d51cebee2c873abd7b06f3ed authored almost 8 years ago
Use npm package for comment-json.

github.com/streetsidesoftware/vscode-spell-checker - 892127b535a3423a226991e5ee9a2ba2e988ffbd authored almost 8 years ago
Only show spelling info for files.

github.com/streetsidesoftware/vscode-spell-checker - 085fa13533dbab8d0d82105a813e8facef4a9a34 authored almost 8 years ago
Do not update the status bar for non-files.

github.com/streetsidesoftware/vscode-spell-checker - 40bd179cf6edd845c0e1a3a21b8468fbd3e2b8c6 authored almost 8 years ago
Only spell check files and NOT other contexts.

github.com/streetsidesoftware/vscode-spell-checker - a113ebd65b07baf4ee710557202bde51cd196b61 authored almost 8 years ago
Turn on strict null checking.

github.com/streetsidesoftware/vscode-spell-checker - d3094db06f7683ca98e7b5e5d0484cc20c3c10be authored almost 8 years ago
Bump cspell package version to fix an issue.

github.com/streetsidesoftware/vscode-spell-checker - 6218a0546165cda207da7d9557c53bd9dc2095d8 authored almost 8 years ago
Fix #72 -- default to creating cspell.json in .vscode

github.com/streetsidesoftware/vscode-spell-checker - 7225e1eb2f15d7692b3475e5b0f3372e0b9328f1 authored almost 8 years ago
Merge remote-tracking branch 'origin/r1.0.0'

github.com/streetsidesoftware/vscode-spell-checker - a49ddcceab83763181b8539ac6c414ea72d96c69 authored almost 8 years ago
Update cspell package and others.

github.com/streetsidesoftware/vscode-spell-checker - 91f7b7efdebd66482f986fede4a252e4aa46fb77 authored almost 8 years ago
Merge pull request #71 from mlewand/readme-adjustment

Removed redundant camelCase example in README

github.com/streetsidesoftware/vscode-spell-checker - 5da924a08629151ff325326064f57f0738f960be authored almost 8 years ago
Removed redundant camelCase example.

github.com/streetsidesoftware/vscode-spell-checker - 7b778a0b5a0c8c8add2511e2653612196385f66a authored almost 8 years ago
Merge remote-tracking branch 'origin/master' into r1.0.0

github.com/streetsidesoftware/vscode-spell-checker - 261d8ac97de3920f3677f42a4bf3f4c613bd50a3 authored almost 8 years ago
Merge pull request #67 from MartinSGill/master

Pinning to Typescript 2.1.5

github.com/streetsidesoftware/vscode-spell-checker - 047e418fc327061f696b2c5f7eafd81cc3d225f6 authored almost 8 years ago
Pinning to Typescript 2.1.5

Typescript 2.2.0 is in RC and npm is alrady downloading it based on the previous dependency vers...

github.com/streetsidesoftware/vscode-spell-checker - 282c668d82ae11e56475f462493428ce16645e1b authored almost 8 years ago
Reduce the size of the extension

github.com/streetsidesoftware/vscode-spell-checker - 383184970e05cff707b32363d4fde950b7e303c9 authored about 8 years ago
Pull in changes from 0.17.0

github.com/streetsidesoftware/vscode-spell-checker - e3b13d554afbec7269841fb28f456a6bdd5390a5 authored about 8 years ago
Add images for Enable / Disable Language

github.com/streetsidesoftware/vscode-spell-checker - dc6a6b90ebfadf7ea72b35737b8f4a7876b10e54 authored about 8 years ago
The preview doesn't seem to like scripts anymore

github.com/streetsidesoftware/vscode-spell-checker - 18d4ba5c3c568366ef8b0c3c83485ade3fc7f15f authored about 8 years ago
Update to fix issues with VS Code 1.9 release

github.com/streetsidesoftware/vscode-spell-checker - afd0d24d4adec1320e319a79910e541c0245a54c authored about 8 years ago
Bump version and fix spelling error.

github.com/streetsidesoftware/vscode-spell-checker - 3a794a8b6a273c4536e6ac9272287bf9553d9b82 authored about 8 years ago
Add a link to the travis badge for the project.

github.com/streetsidesoftware/vscode-spell-checker - 5ac90c7ed79945c6d21ae47654515ecfc43e614c authored about 8 years ago
Add LaTex as a default language.

github.com/streetsidesoftware/vscode-spell-checker - cc089428a015a5d38db857f1938935a8e528dca5 authored about 8 years ago