Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/elm-tooling/elm-language-server

Language server implementation for Elm
https://github.com/elm-tooling/elm-language-server

Add rxjs

3cd89f14b8d35fbb5226ee9d8992560e506a3926 authored over 5 years ago by Kolja Lampe <[email protected]>
Cleanup a bit

0a195fd375f6c9502fcc57c79217ef8bd28db476 authored over 5 years ago by Kolja Lampe <[email protected]>
Make sure we're comparing an URI to an URI

e6cac8fc8205a4ea13943093889fc53acca75e33 authored over 5 years ago by Kolja Lampe <[email protected]>
Fix events not getting picked up reliably anymore

7d34a0e5e4632b606b3a7f752e1a2fd8f81a525f authored over 5 years ago by Kolja Lampe <[email protected]>
Fix relative path on windows

4a529ab047a89eadf58b8fb80bf704bc46f20571 authored over 5 years ago by Kolja Lampe <[email protected]>
Use only relative paths for elm make

1ee9bd1628e8332582846a02480922c490b4964b authored over 5 years ago by Kolja Lampe <[email protected]>
Deduplicate some more code

575ae2312d93a39d670fc554bac83f0e402ee154 authored over 5 years ago by Kolja Lampe <[email protected]>
Remove some dead code

6309674120e187f5854da9299fc7f568240dde56 authored over 5 years ago by Kolja Lampe <[email protected]>
Add completions from case branches

7509d1478ca00c4a4489d6da7b90bc47309f7132 authored over 5 years ago by Kolja Lampe <[email protected]>
Prevent server from watching files outside of it's workspace

1f605264e40d6b4e4ef5cc8b01740889dfa40ecd authored over 5 years ago by Kolja Lampe <[email protected]>
Fix type references including (..), they should not

d3fceb53b8adeb56045f27439d8ac4383903a6db authored over 5 years ago by Kolja Lampe <[email protected]>
Add completions for methods from let

b9891e5d155b9db7cc4eadfb88bcc136d8a6ab23 authored over 5 years ago by Kolja Lampe <[email protected]>
Fix tree change after edit

c4cda7b9694cb9b405d6cfdf598cb44340b2f8d3 authored over 5 years ago by Kolja Lampe <[email protected]>
Get rid of useless symbols in both symbolProviders

82bc065c47f5aa893b47cc7cf88129356d42c658 authored over 5 years ago by Kolja Lampe <[email protected]>
Merge pull request #98 from antew/fix/generate-unique-ids-for-actions

Generate unique IDs for each fixer so that they can be spawned multiple times

7b348f37db7ca31be6980d007803ccc209b2ac5d authored over 5 years ago by Razzeee <[email protected]>
Generate unique IDs for each fixer so that they can be spawned multiple times within VSCode without conflicting. See: https://github.com/Microsoft/vscode-languageserver-node/issues/333

e23d976f1955057cf707c0acf2a7b45b705879c9 authored over 5 years ago by antew <[email protected]>
Bump version

29972df83e0fb0f1bbc866e6a7931b5d1e724490 authored over 5 years ago by Kolja Lampe <[email protected]>
Update elm analyse, as no sha doesn't pick up the correct version

781b49640b056f9d09b57ba9813f164974820d31 authored over 5 years ago by Kolja Lampe <[email protected]>
Merge pull request #95 from antew/fix/yarn-global-install

Fix for yarn global install

58fbabeadd3eb591748d2c6adef3fcf7ae3296de authored over 5 years ago by Razzeee <[email protected]>
Use `require.resolve` to find the tree-sitter and tree-sitter-elm package directories so that this can work for yarn global installs. With yarn's global installs the tree-sitter and tree-sitter-elm packages can be at the root of the global node_modules folder rather than inside the elm-language-server/node_modules/ folder.

c07e2bb30d763443461cedf96c8485e61b8d83ef authored over 5 years ago by antew <[email protected]>
Add separate test diagnostics and check tests for make again

4de7937f986c8ea597ceab5472f33e4c361c4dd7 authored over 5 years ago by Kolja Lampe <[email protected]>
Only run make on save

3ed46440eb65670593eddf08580a0946058832ca authored over 5 years ago by Kolja Lampe <[email protected]>
Update package lock

07642fd26ff690809d92098f2f8b69da7af6b907 authored over 5 years ago by Kolja Lampe <[email protected]>
Bump version

8d51e604ff61dfa84247ecae872d33402411f995 authored over 5 years ago by Kolja Lampe <[email protected]>
Fixed some type definitions not matching

fc6e16419144f14f17521c0598d36e73fa971daf authored over 5 years ago by Kolja Lampe <[email protected]>
Find union constructor references

fce8726c09086cdc4e5a01e2c920f5ad877ab918 authored over 5 years ago by Kolja Lampe <[email protected]>
Update packages

d7101cb88f80e93a08b2de42da94c1d5bebd14e3 authored over 5 years ago by Kolja Lampe <[email protected]>
Basic test parsing

8bd883020628511c4eea8c5ddc689018d3bfc795 authored over 5 years ago by Kolja Lampe <[email protected]>
Correctly call make, we still need to parse the output

b592521f6ceb170b827daa5a0ca63593e0bbd83f authored over 5 years ago by Kolja Lampe <[email protected]>
Fix elm analyse not running for current file

2bc374eaaf118f09a275ad292fb430f893dc8d36 authored over 5 years ago by Kolja Lampe <[email protected]>
Don't run diagnostics on files outside of our workspace

bf49c26463bd991ecbd42ab64f1961725e47dcc9 authored over 5 years ago by Kolja Lampe <[email protected]>
Add support for fixing all elm-analyse issues in a file (#74)

Add support for fixing all elm-analyse issues in a file

141beda0d3d7cb8e5d0c69dc4edc12dec8857e6e authored over 5 years ago by Razzeee <[email protected]>
Bump elm-analyse version so that "Fix all" features are available.

1d6fdab1173930870bd0e8cb8d859de30257defb authored over 5 years ago by antew <[email protected]>
Merge branch 'master' of github.com:elm-tooling/elm-language-server

216b2bcb0e1b1033b9bbaadf9c764a5b4732f720 authored over 5 years ago by Kolja Lampe <[email protected]>
Fix completions for union constructors

c3f83b2fcadc2f35b567e7f8633724acde007560 authored over 5 years ago by Kolja Lampe <[email protected]>
Merge pull request #88 from elm-tooling/readme-diagnostics-refresh

Readme information how to configure diagnostics

c0ae1fce59e7392e5b615c6a8775db1376abdf11 authored over 5 years ago by Razzeee <[email protected]>
Readme information how to configure diagnostics

Solved #67
See https://github.com/elm-tooling/elm-language-server/pull/67#issuecomment-504683902

cca96ae34e7c7ae19de871972b81525766e17a95 authored over 5 years ago by Andy <[email protected]>
First step for union constructor references

c9230af99e244667345bd252e80b901acbd18747 authored over 5 years ago by Kolja Lampe <[email protected]>
Merge pull request #86 from antew/fix/elm-analyse-missing-range

Fix crash with `UnnecessaryPortModule` diagnostic from elm-analyse

9f6b30f57b5b106877738d76f8f504e70926c5fb authored over 5 years ago by Razzeee <[email protected]>
Handles errors with missing ranges from elm-analyse, this fixes a crash that was happening when trying to access the range from the "UnnecessaryPortModule" diagnostic, which doesn't exist.

fdc6d9c51d375b9d791fca8ac6caadb82f711562 authored over 5 years ago by antew <[email protected]>
Add goto definition for union constructor itself

06dcf6be0414596addca51e07f8eed794dea5314 authored over 5 years ago by Kolja Lampe <[email protected]>
Merge branch 'master' of github.com:elm-tooling/elm-language-server

91db83242d1962330fa2e295ed3b7048ed3f9ef1 authored over 5 years ago by Kolja Lampe <[email protected]>
Fix some references being wrong

f01e6126a9f3b9675dfe38cf69ab566004dcf0a8 authored over 5 years ago by Kolja Lampe <[email protected]>
Merge pull request #84 from elm-tooling/improvement/log-rebuilder

Update rebuilder logs

9fdb600b1fa9be771edb00293d8072552dc2a05a authored over 5 years ago by Razzeee <[email protected]>
Remove range formatting capatability

466a7677197c854980dc254815bb174a7ec76bf6 authored over 5 years ago by Kolja Lampe <[email protected]>
Merge pull request #82 from Daniel-V1/add-emacs-to-readme

Adding emacs to the readme with links to lsp-mode

f60206bac10e9cab8b4f18715e9267ceaf5d8b5a authored over 5 years ago by Razzeee <[email protected]>
Update rebuilder logs

571d62f39802bfd10707bcbb7dddcb4c6b65f928 authored over 5 years ago by Andy <[email protected]>
Adding emacs to the readme with links to lsp-mode

1d2c91cb5904473dbbd2197ab686ca6393288c65 authored over 5 years ago by Daniel Vetter <[email protected]>
Readme: Update ale documentation

antew/vim-elm-language-server merged into w0rp/ale
https://github.com/w0rp/ale/issues/2592

151b58023849ee9596a8fec506d72e356bba83ac authored over 5 years ago by Andy <[email protected]>
Merge pull request #78 from elm-tooling/bugfix/fallback-settings

Fix: Use fallbackSettings when workspace config is not supported

1e848edab4862508fea18bb156126eacc40b60e1 authored over 5 years ago by Razzeee <[email protected]>
Add references for function parameters

6f3b2791953ed0bb1f123996a90866afec9106df authored over 5 years ago by Kolja Lampe <[email protected]>
Fix: Use fallbackSettings when workspace config is not supported

fd70d59c90940fb316d9115f1e3fe9b4359629d5 authored over 5 years ago by andys8 <[email protected]>
Diagnostics provider will prefer elm make errors (#76)

Diagnostics provider will prefer elm make errors

d4fd47cdafb6d0a63fdeb673f438ffde79c655fd authored over 5 years ago by Razzeee <[email protected]>
Diagnostics provider will prefer elm make errors

There is elm make and elm-analyse. When there compile errors, most elm
analyse warnings don't ma...

c0499b2568eb3ebe61a05cc402e600f837a51a24 authored over 5 years ago by andys8 <[email protected]>
Add support for fixing all elm-analyse issues in a file

ab3a410387cd47132b77f3a887940374d101cd53 authored over 5 years ago by antew <[email protected]>
Merge pull request #72 from antew/feature/update-readme

Add some documentation on what Coc and ALE support.

5ef0a9893ecbaea770fc2c36f438394c61ed7eb8 authored over 5 years ago by Razzeee <[email protected]>
Update ale support to note only workspace symbols are available

42428ce8306d5a8e57b35761995e304a3171c7dd authored over 5 years ago by antew <[email protected]>
Fix command

91fe402ae63778ec4d32746e6077a33c3df3ca7e authored over 5 years ago by antew <[email protected]>
Add some documentation on what Coc and ALE support.

21d4f6389503b2a0689c411ae25c34e2dbc4665a authored over 5 years ago by antew <[email protected]>
Merge branch 'master' of github.com:elm-tooling/elm-language-server

f487b44761aa887f9a4b390a499a2da7ad3891fb authored over 5 years ago by Kolja Lampe <[email protected]>
Switch to our own elm-analyse for now

db43b4a4d99d4990a5dbdbeb51e13fc81843752c authored over 5 years ago by Kolja Lampe <[email protected]>
Merge pull request #55 from antew/feature/code-actions

Elm-analyse code actions

f84c65d3ff4ab0e3887900a10d55970321f8b07c authored over 5 years ago by Razzeee <[email protected]>
Merge pull request #71 from buinauskas/master

Consistent string concatenation, IFolder interface instead of inlined types

d84c6fa3ec97725857a443ba9e33279b86c5f900 authored over 5 years ago by Razzeee <[email protected]>
- Fixed few typos

- Added missing syntax highlighting in README
- Consistent string concatenation with TSLint rule ...

bfb366842fdbae3a21c52633f11ffdb559468f87 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Fixed typos reported by Code Spell Checker (#66)

Fixed typos reported by Code Spell Checker

2f12bec1960a8bf5a33c339df75a9b45e2ddb3ab authored over 5 years ago by Razzeee <[email protected]>
Merge branch 'master' into master

f79b39077697425817c88a2e267b22e2987a9986 authored over 5 years ago by Razzeee <[email protected]>
Keep workspaceSymbol return small using query string for search

e6caa42cef4b7243ef5607c9993848d0fb5c7069 authored over 5 years ago by Kolja Lampe <[email protected]>
Fixed typos

827a0aea7ba941652e6a77c7a19e10b727b2b0d3 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Adding Travis configuration (#65)

Adding Travis configuration

6b214dc06291fb44bdd005551448308280ac16a1 authored over 5 years ago by Razzeee <[email protected]>
Removed format:check, which no longer exists

32482ff1f911e65e3f215b4f8a2b14fc1572769d authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Replaced format:check with tslint-check

297fe84922e491843ce7c859c6de541c38c36f40 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Removing master only restriction

13a81972d3812a837cd94a5fa6b471131cc62e87 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Typo

7686d54ca74079adca509a808e36011563fda215 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Writeable -> Writable

https://www.lexico.com/en/definition/writable

8528349eb719659901cabb3aa1b6f9965a3d2515 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Added CI step that will ensure code is formatted

6f7b207fc0bb56c365197497a71266c4dd95e5b4 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
- Fixed tslint rules

- Added pre-commit hook to fix formatting and prevent TSLint from being ignored

c6305df6bffbb57bfe8d45080581d48ee87376f0 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Removed specific node version

e619749b00730c2e6e5af8208bf5f2553a6219bb authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Reverted

19e531643fba9faaf4181a673dc2d529bfedbb81 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Trying to install node-gyp

7ec8c10cece32fa3be6278b041bc29b1b955086b authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Changed install to npm ci

7cbb4e4e80422f473c36c4a285b64a3139c88fcf authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Caching packages

e49824935e091c90fb2bb2a31860341a434b7a57 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Added travis configuration

3aa2105a0432b5d8babdc1d6105c98150d8da844 authored over 5 years ago by Evaldas Buinauskas <[email protected]>
Merge pull request #64 from andys8/patch-4

Readme: Installation instructions containing npm

61a52e519199c40724507a0e882799445f812548 authored over 5 years ago by Razzeee <[email protected]>
Readme: Installation instructions containing npm

648e168165071e610a31da384611803c5b9f52da authored over 5 years ago by Andy <[email protected]>
Update dependencies and bump version

b5d3c6702be4bd3e3e6a2fa1d5480814cc148d08 authored over 5 years ago by Kolja Lampe <[email protected]>
Add glob module as a runtime dependency (#63)

Add glob module as a runtime dependency

b35e53db59f7d7df1fa848e4a4f7d2845e15af88 authored over 5 years ago by Razzeee <[email protected]>
Add glob module as a runtime dependency

ffb828dabaa544bfc3c3dc6a514d3a986c7d6421 authored over 5 years ago by antew <[email protected]>
kakoune capabilities table (#62)

* updated the kakoune capabilities table for elm-language-server

f24b381e994f553757e24d6f216cbb944d99cf12 authored over 5 years ago by bburdette <[email protected]>
Improve readme feature matrix some more

d8625335a05b7f648e23177912ac282bff626290 authored over 5 years ago by Kolja Lampe <[email protected]>
Better feature matrix

3903dfc3fd402d9b6af1fda948f24e529dabef46 authored over 5 years ago by Kolja Lampe <[email protected]>
Change action name to `elmLS` namespace

398ef5f6bf9cdfe1efa76fcceadc0ba10abb9e02 authored over 5 years ago by antew <[email protected]>
Merge pull request #57 from cappyzawa/patch/cappyzawa

Matched package info

b9a8f5b8010e892c471f686fdaa0224a4f623445 authored over 5 years ago by Razzeee <[email protected]>
Merge pull request #56 from bburdette/kakoune-config

Kakoune config

86897702e805002d75658004f8c57acf2e962945 authored over 5 years ago by Razzeee <[email protected]>
npm install

47e604b761e42d269fe8c0d851be25f86233770c authored over 5 years ago by cappyzawa <[email protected]>
add kak-lsp link

3140815a0564710885e96ffb471395587f793151 authored over 5 years ago by Ben Burdette <[email protected]>
add kakoune section to the README.md

ce0b9dea23a5321e268ad1b555919381e55a5c39 authored over 5 years ago by Ben Burdette <[email protected]>
Update action name to more closely match the vscode naming scheme.

38e7490c68f10026cb7a3e36be5885b5e96d3f7f authored over 5 years ago by antew <[email protected]>
Fix event ordering, without this the first fix command would fail.

22677b1649f7765a7a7cc4c422878fa5077fc67d authored over 5 years ago by antew <[email protected]>
Add completions for fields

719cf0fa9fee2857007986a049686bb5c1ed2d90 authored over 5 years ago by Kolja Lampe <[email protected]>
Mention elm version

1e1fbed1241da735f1de8bdb9695115ecbf4863d authored over 5 years ago by Kolja Lampe <[email protected]>