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

Wire up Enable / Disable language locals.

github.com/streetsidesoftware/vscode-spell-checker - 8b54856d334ec77676ab25ee561b52e7925247a4 authored almost 6 years ago
Add Messanger Interface and move samples

github.com/streetsidesoftware/vscode-spell-checker - fcc8a7435703df8595a119f59b3603fdaf5d2cd5 authored almost 6 years ago
Move setting helpers into settingsHelper

github.com/streetsidesoftware/vscode-spell-checker - a35c1f01e54dba2dd45e53c8391b089dfcca7ed7 authored almost 6 years ago
refactor enabling a language id.

github.com/streetsidesoftware/vscode-spell-checker - d0b336a31386d6a9c8dd8fc680915017b7e9ac86 authored almost 6 years ago
Add a test for the language handler

github.com/streetsidesoftware/vscode-spell-checker - d507ce4a43f26a8f5a02d2765ab103ff90c4809b authored almost 6 years ago
Try to address the checkbox changing back on its own issue.

github.com/streetsidesoftware/vscode-spell-checker - 920a245a5c772fa6b1dab83542f02b6bdb088e71 authored almost 6 years ago
Clean up inheriting settings.

github.com/streetsidesoftware/vscode-spell-checker - f300338a9e1d87b70b727dbbf7c86f8cb3b07e32 authored almost 6 years ago
Notify when the active folder has been selected.

github.com/streetsidesoftware/vscode-spell-checker - bb2faebffa2285b26a5c22ac036766cbe8076337 authored almost 6 years ago
Enabling toggling the language settings.

github.com/streetsidesoftware/vscode-spell-checker - ba89ffb40fd6d1ce55fb4f57f61e5c9d76cd078c authored almost 6 years ago
Use Chips for the file types

github.com/streetsidesoftware/vscode-spell-checker - 5bca7b2cf1484939efb4ba504cc128b9f6cc2311 authored almost 6 years ago
Use chips to represent allowed file types.

github.com/streetsidesoftware/vscode-spell-checker - 89f2290bd2493d153967fbd9d74c1a862c97aa5e authored almost 6 years ago
Debounce the config changes to avoid flashing checkbox.

github.com/streetsidesoftware/vscode-spell-checker - 35a0ac8828a31ec13eb54e6e7258cd2c267caeeb authored almost 6 years ago
enable / disable language id

Changed the order to avoid refresh issues.

github.com/streetsidesoftware/vscode-spell-checker - 1ee8ec6e589dcd8d103c56468cce61b650f5a24d authored almost 6 years ago
Improve the display of the file information

github.com/streetsidesoftware/vscode-spell-checker - c30a2f36a8abf5b6ec6d07fd2529ecc99cafc14c authored almost 6 years ago
Work on the styling a bit.

github.com/streetsidesoftware/vscode-spell-checker - fa745c50f9c2868cf98908ba29a5c88ec2984262 authored almost 6 years ago
Be consistant with converting uri's to strings.

github.com/streetsidesoftware/vscode-spell-checker - 93d9484d7002896bc79d6a7bb8ba5c83a8a200bb authored almost 6 years ago
Improve the common prefix alg

github.com/streetsidesoftware/vscode-spell-checker - 6fbb591a90fadf9dd4f72b1f8af1d3250beea606 authored almost 6 years ago
Respond to file selection.

github.com/streetsidesoftware/vscode-spell-checker - 74c832ba56ca38e9912e5dc6bcda5bf5c5766007 authored almost 6 years ago
Start wiring up the file panel.

github.com/streetsidesoftware/vscode-spell-checker - c58d092743cb39a224fdc48ed4784d4159a820a8 authored almost 6 years ago
Clean up the refresh logic a bit.

github.com/streetsidesoftware/vscode-spell-checker - adb2d38f3e6509955b206180e35b24359601fd3b authored almost 6 years ago
Update panelConfig.test.tsx.snap

github.com/streetsidesoftware/vscode-spell-checker - b81ad4674714dc15c98bd8ebe256762b130b5e9b authored almost 6 years ago
Work towards selecting the folder.

github.com/streetsidesoftware/vscode-spell-checker - 1b89173ceb6c84aada59e5af54eb3929d8834dba authored almost 6 years ago
First step to enabling language ids.

github.com/streetsidesoftware/vscode-spell-checker - c5d0d12b092266cb4f416d46415fcc404e2be1ff authored almost 6 years ago
Workaround for jest build issues.

github.com/streetsidesoftware/vscode-spell-checker - b330008e1b57b18540e59eb9c563198dab927376 authored almost 6 years ago
Hide the Folder tab if there is only one folder

github.com/streetsidesoftware/vscode-spell-checker - 5711134dc85ec55465fe16f5378843e3f7eca07a authored almost 6 years ago
Move JSON output into debug mode.

github.com/streetsidesoftware/vscode-spell-checker - eef44cdeacb92fbc0790224c2b0fd19e4fd52df5 authored almost 6 years ago
Add a snapshot test for the config panel

github.com/streetsidesoftware/vscode-spell-checker - 1dee84c1daea1ca3eb797eb30d25feb93714236f authored almost 6 years ago
Make the dictionary list look a bit nicer.

github.com/streetsidesoftware/vscode-spell-checker - 590251f4fd689f1d93f8f50de02ff87054933a57 authored almost 6 years ago
Progress towards a settings viewer.

github.com/streetsidesoftware/vscode-spell-checker - e168ce813466538270d3b5ed384d027d85a965a7 authored almost 6 years ago
List of file types for later.

github.com/streetsidesoftware/vscode-spell-checker - c965cad2277f56e723083e303e329879a45e4d26 authored almost 6 years ago
Make sure the UI observes changes to the app state.

github.com/streetsidesoftware/vscode-spell-checker - af026d6ffc2c67e934f756feddf5ddf66ce5db04 authored almost 6 years ago
Be able to remember the activeTab.

github.com/streetsidesoftware/vscode-spell-checker - 7332c37f82f9bc39ecab1b97739f1728a91fd4d0 authored almost 6 years ago
Make state calculation more robust.

github.com/streetsidesoftware/vscode-spell-checker - 8b170f2d1e4a16f4d1a3b3aecf418b8ddc7ad8ef authored almost 6 years ago
Move React components into Components folder

github.com/streetsidesoftware/vscode-spell-checker - ee820a65e475cf29bc631277487b6ffb78c3bd0d authored almost 6 years ago
Convert Debug Panel to About Panel

github.com/streetsidesoftware/vscode-spell-checker - 32eff4dae9cd0b45e495b7703565b5c5cd0001cd authored almost 6 years ago
Getting closer on being able to set the languages.

github.com/streetsidesoftware/vscode-spell-checker - 158610abb3c855a84b5ac27aadc99c3f545ba3f9 authored almost 6 years ago
Add configuration application order

github.com/streetsidesoftware/vscode-spell-checker - bda0a8d3b65b5458e13d20f62022acf1ef88f6b2 authored almost 6 years ago
Add comparable helper functions for sorting.

github.com/streetsidesoftware/vscode-spell-checker - b829d2b45b2245e48b64d190c0e5418a1bcb13af authored almost 6 years ago
Create a snapshot of the dictionaries panel

github.com/streetsidesoftware/vscode-spell-checker - f76279d338d71a2acc0a8c9379d3e9b886d36a53 authored almost 6 years ago
Display actual setting data.

github.com/streetsidesoftware/vscode-spell-checker - 13f7e6cd4026ba9ce86455388734406477b4bafe authored almost 6 years ago
Progress towards showing the settings.

github.com/streetsidesoftware/vscode-spell-checker - e22b72764b9ae24a37e3968ad68744cf011d4a10 authored almost 6 years ago
Rename fileTypes to languageIds to match the extension

github.com/streetsidesoftware/vscode-spell-checker - f5c76bdba4138e638d6aae6bb1b36ffb9818c387 authored almost 6 years ago
Only copy prod builds to the extension.

github.com/streetsidesoftware/vscode-spell-checker - ffcbd7fb3c2a6ec8d411b80aca42b1cba52464a9 authored almost 6 years ago
Add better type checking to compare.

github.com/streetsidesoftware/vscode-spell-checker - 58de044b8193bd1364b8b9f0b3b7d5e5c6bf30a3 authored almost 6 years ago
Work towards toggling language settings.

github.com/streetsidesoftware/vscode-spell-checker - ca8283f3b7d1614e9b51dd1ebb14681af3286b71 authored almost 6 years ago
Add a sample that matches what might come from VS Code

github.com/streetsidesoftware/vscode-spell-checker - 6f16815332d19bb7fa6d97c217b15f01566b8672 authored almost 6 years ago
Add a message bus for type checking message passing

github.com/streetsidesoftware/vscode-spell-checker - 03e8e9dda2dd1e104272769fbe31d07322f2e097 authored almost 6 years ago
Hoist all the common dependencies to the repo level.

github.com/streetsidesoftware/vscode-spell-checker - 9612d442aea32138ebf63986d6ae525840901944 authored almost 6 years ago
Use the right spelling of scheme

github.com/streetsidesoftware/vscode-spell-checker - 07e418f64f60148b0a57fcdc8cb6a7247af82a37 authored almost 6 years ago
Convert the server to use jest

github.com/streetsidesoftware/vscode-spell-checker - b927a0ae42db5cf579949758e0b848af0850261e authored almost 6 years ago
Fix the client integration call.

github.com/streetsidesoftware/vscode-spell-checker - 062a31f61f2a5cedb73e1877bdb4524c5decbca4 authored almost 6 years ago
Change dir structure so lerna will build

github.com/streetsidesoftware/vscode-spell-checker - 539b9ba65eef6a539b075673c6f32f41211d4267 authored almost 6 years ago
Push dev dependencies back into each package.

github.com/streetsidesoftware/vscode-spell-checker - ea206d266a6eae9f9fa84e2b1cea23abe597507c authored almost 6 years ago
Add helper for accessing nested values.

github.com/streetsidesoftware/vscode-spell-checker - 3a9ded8e13fac4ca56c69ce22195db792d9a66a7 authored almost 6 years ago
Update panelLanguage.test.tsx.snap

github.com/streetsidesoftware/vscode-spell-checker - 9bc5c008292731874cd6c2abd2081ebd3c58a119 authored almost 6 years ago
progress towards showing the settings.

github.com/streetsidesoftware/vscode-spell-checker - 58e809b9f0fe1c9afa6c9dad20e4b93c30c4efda authored almost 6 years ago
Be able to launch from VS Code

github.com/streetsidesoftware/vscode-spell-checker - 1012a8bcbaef0c9ce424b872af14c30bcb9d0661 authored almost 6 years ago
Clean up the checkbox logic.

github.com/streetsidesoftware/vscode-spell-checker - 0512b6be04d5b19a189191ce01001aaeb4981e9b authored almost 6 years ago
Add language codes to be able to display / set locale

github.com/streetsidesoftware/vscode-spell-checker - 56bbbbc7f65a72b8ffa0a120e94478f7bac561af authored almost 6 years ago
Convert from mocha to jest

github.com/streetsidesoftware/vscode-spell-checker - 8ce15b6ce9135ce617fd99f4ea3907455739ecf4 authored almost 6 years ago
Make sure it builds in the right order.

github.com/streetsidesoftware/vscode-spell-checker - faa6574753d8bbcdfce92f89f9e49e8743249571 authored almost 6 years ago
Link the viewer via lerna.

github.com/streetsidesoftware/vscode-spell-checker - dae47feda9666fa2489b11c06515f1860e358ee7 authored almost 6 years ago
Get communication working in VS Code.

github.com/streetsidesoftware/vscode-spell-checker - efe6a91c2589949f41b2626fd5c9eb433be3dc72 authored almost 6 years ago
Show changed values in the Test app.

github.com/streetsidesoftware/vscode-spell-checker - 95636f4c9dbcaa3ff72881d3ebc2df620bf07ff4 authored almost 6 years ago
Move everything under packages

Get ready to use lerna.

github.com/streetsidesoftware/vscode-spell-checker - 5024d681c86a51ae4c4e4d16aecc6a7f481a41c7 authored almost 6 years ago
Keep the dist directory clean.

github.com/streetsidesoftware/vscode-spell-checker - eb17b4284e8e9658b409d473b41923ae04f41b66 authored almost 6 years ago
Add settingsViewer to travis and appveyor

github.com/streetsidesoftware/vscode-spell-checker - a6a2110fec21f403b2d792825506dfa3b37c9804 authored almost 6 years ago
Try to display the settings viewer in VS Code.

github.com/streetsidesoftware/vscode-spell-checker - cef90dfda24496e42a4fdeecaf3cc9b162be5f43 authored almost 6 years ago
Render using mocks and jest.

github.com/streetsidesoftware/vscode-spell-checker - 98fd58ae3aea2b686c113335e40993dfc54b4465 authored almost 6 years ago
Make all dependencies `dev`

github.com/streetsidesoftware/vscode-spell-checker - 826393f7a3a0dbe936899760aa24765e8d687a78 authored almost 6 years ago
Improve unit testing a bit.

github.com/streetsidesoftware/vscode-spell-checker - 63a3fdcc6db99624a1247c888536c39df65eef54 authored almost 6 years ago
Add jest to get started with unit test coverage

github.com/streetsidesoftware/vscode-spell-checker - b276f29fc8326eea94e9c359a1438b72fc1d6bac authored almost 6 years ago
Setting up a settingsViewer webapp

github.com/streetsidesoftware/vscode-spell-checker - 6874514c0246b6798865f1b91ee6ee85d39039d1 authored almost 6 years ago