Ecosyste.ms: OpenCollective

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

github.com/elixir-lsp/vscode-elixir-ls

Elixir language support and debugger for VS Code, powered by ElixirLS.
https://github.com/elixir-lsp/vscode-elixir-ls

Improve README.md

4f5cb9e3d0e801a7ca6bb5e7b8cd400c2135a153 authored over 4 years ago by Tan Jay Jun <[email protected]>
Improve README.md

2cf8bc4093d027ad2220128f8bd95d85b3fcc469 authored over 4 years ago by Tan Jay Jun <[email protected]>
Add some debugging instructions to readme

Pulled from the new issue template

af32c103c283f9882f169b1f29c6fa040e4d91dc authored over 4 years ago by Jason Axelson <[email protected]>
Merge pull request #94 from axelson/release-0.4.0

Bump version 0.4.0

b4ebf4927138e5bb56fb2b7b40cf526206ac70ad authored over 4 years ago by Jason Axelson <[email protected]>
Bump version 0.4.0

cd89027e0c3eca68d08e01f65a9b97c86214ba17 authored over 4 years ago by Jason Axelson <[email protected]>
Merge pull request #93 from msaraiva/phoenix-template-support

Improve phoenix templates support

a339d95eb68c4b33ebbd6be2755722d56fd5fda1 authored over 4 years ago by Jason Axelson <[email protected]>
Improve phoenix templates support

28cd4e9d298aba49891a3bd29178e853e80c959d authored over 4 years ago by Marlus Saraiva <[email protected]>
Update dev doc

aa6e238d7fb313637aee39bababce0dd1b9bfbe3 authored over 4 years ago by Jason Axelson <[email protected]>
Merge pull request #87 from zolrath/language-id-compliance

Change Language IDs to comply with guidelines (Closes #86)

54c237a438a18945fc8d8e022e89228cc2836517 authored over 4 years ago by Jason Axelson <[email protected]>
Change Language IDs to comply with guidelines

7fcda0ae50eb5d9436de9bf2e8b17f0964796e5a authored over 4 years ago by Matt Furden <[email protected]>
Merge pull request #83 from delta1/master

add filetype and watcher for liveview html.leex templates

c83bf21213b6aa78c02f573a34f3fc8c2223912d authored over 4 years ago by Jason Axelson <[email protected]>
add filetype and watcher for liveview html.leex templates to enable syntax highlighting

2e4547843daf39c3a93017eab4a4d4c60be76881 authored over 4 years ago by Byron Hambly <[email protected]>
Merge pull request #82 from oskarkook/patch-1

use EEX language configuration for LiveView templates

eed353dfd4f5e6f3e2723d900c1d6c32a06190de authored over 4 years ago by Jason Axelson <[email protected]>
use EEX language configuration for LiveView templates

d7d5ef18cb4d4da5c11bb9a3649734360402b8ad authored over 4 years ago by Oskar Köök <[email protected]>
Add development note about inspecting textmate grammars

9ae115f446449648e0585f1dde84e97227327621 authored over 4 years ago by Jason Axelson <[email protected]>
remove unnecessary captures after pipe operator:

- The `|>` operator is captured separately elsewhere in the grammar
(as `keyword.operator.othe...

8256622b9062f8a07515f510a0497ce6f3495f8d authored over 4 years ago by Dusty Pomerleau <[email protected]>
Merge pull request #80 from axelson/remove-fork-references

Remove references to being a fork

81e1da33b47ae489417e8c87d6870e9b60846255 authored over 4 years ago by Jason Axelson <[email protected]>
Remove references to being a fork

Fixes #79

2b5ed0ef62ed0f2482c072200d345670464d1840 authored over 4 years ago by Jason Axelson <[email protected]>
Merge pull request #77 from axelson/mark-formatter-extension-incompatible

Mark vscode-elixir-formatter as incompatible

6a24d510de8381c7a0757a94d994ecb795b60984 authored over 4 years ago by Jason Axelson <[email protected]>
Mark vscode-elixir-formatter as incompatible

https://marketplace.visualstudio.com/items?itemName=sammkj.vscode-elixir-formatter

Fixes #34

773fcefdb2ecf84a7fd9b687e4c144f90c056e4d authored over 4 years ago by Jason Axelson <[email protected]>
Trim final newlines

This actually does not contradict `"files.insertFinalNewline"` as I feared it would. The documen...

b0e3e004d0a605bd2528e8c49d3721cb8d1f78fd authored over 4 years ago by Jonathan Arnett <[email protected]>
0.3.3

2c261ebfd2373a3328f39a5daaeeda93832e5c82 authored over 4 years ago by Jason Axelson <[email protected]>
Merge pull request #74 from axelson/update-elixir-ls

Update ElixirLS in preparation for next release

d98dee54a7bde29fd995424b04544e221c0d3f24 authored over 4 years ago by Jason Axelson <[email protected]>
Update ElixirLS in preparation for next release

73b95e72b7876aef38a61714c83723cd90e6792c authored over 4 years ago by Jason Axelson <[email protected]>
Merge pull request #73 from axelson/fix-extension-name-getting-debug-info

Update extension name in more places

d7168695d10bcb5e197d41f2611019d9ad284079 authored over 4 years ago by Jason Axelson <[email protected]>
Update extension name in more places

Updates to match change in #61

10e9be489ea66d3ffaf39854c4e5a0bb0a843dbb authored over 4 years ago by Jason Axelson <[email protected]>
add `%` as a dedicated punctuation scope

e86f03c94f6c33557517e68d0efdaafd8a815ec5 authored over 4 years ago by Dusty Pomerleau <[email protected]>
migrate tasks to 2.0.0 syntax

ff762c55507b07673a630a1d338259c658eb6e6e authored over 4 years ago by Dusty Pomerleau <[email protected]>
Merge pull request #65 from axelson/dont-self-reject-plugin

Update conflicting extensions list

c5355c61586d5de54c09bbe4ad45daf7cb69fd15 authored almost 5 years ago by Jason Axelson <[email protected]>
In #61 we changed the publisher back to `JakeBecker`

So now we need to update the conflicting extensions list to match that
change

Fixes #63

13f99555af92294b8da4f9e0f9d2e0ffd266ae9a authored almost 5 years ago by Jason Axelson <[email protected]>
Merge pull request #64 from lukaszsamson/ls-update-client

Update vscode-languageclient

86fceb41c62daef5aa69b2ebf97219ae915d2746 authored almost 5 years ago by Jason Axelson <[email protected]>
Apdate vscode-languageclient

Adds support for Language Server Protocol 3.15

045875abef357b0088b90acbde802006b50d4449 authored almost 5 years ago by Lukasz Samson <[email protected]>
Merge pull request #61 from JakeBecker/switch-extensions

This repo will be taking over publishing to the original JakeBecker.e…

93da0f9203be0efdbc486e38a9c02a99cbb95939 authored almost 5 years ago by Jason Axelson <[email protected]>
This repo will be taking over publishing to the original JakeBecker.elixir-ls extension.

Update package.json and readme to explain the change

c7f62bd53663f4928d228c44b03c87ca0c3e8348 authored almost 5 years ago by Jake Becker <[email protected]>
Add a note about autocompletion support

012fc769cb0c8b81f3f92a29fbae8f72c6c563b2 authored almost 5 years ago by Jason Axelson <[email protected]>
0.3.2

e474c9353d09df5bff7a537eecb2f5f95817e9f8 authored almost 5 years ago by Jason Axelson <[email protected]>
Merge pull request #60 from axelson/release-0.3.2

Bump version 0.3.2

c7494f7e20f335cd2835113a96914898ddf7e1cc authored almost 5 years ago by Jason Axelson <[email protected]>
Bump version 0.3.2

See elixir-ls changelog for details

382f714434fb89c7d225d955201fc0d29e5ef762 authored almost 5 years ago by Jason Axelson <[email protected]>
Merge pull request #59 from axelson/add-debug-info-command

Add copy debug info command

9db3ff1542bee8287c62a893927a1c78a4b9873c authored almost 5 years ago by Jason Axelson <[email protected]>
Add copy debug info command

Also update issue template to reference it

931766c054974f7d938f943f5dd9cb198c8c7311 authored almost 5 years ago by Jason Axelson <[email protected]>
Merge pull request #57 from axelson/detect-and-warn-vscode-elixir

Detect when incompatible extensions are installed and show an error

4de7f87862aa9dd2db8376a0e49a1c51e5f0a2d2 authored almost 5 years ago by Jason Axelson <[email protected]>
Detect when incompatible extensions are installed and show an error

Initial list:
* mjmcloug.vscode-elixir
* jakebecker.elixir-ls

f82d818ad1c2c4b94c754c64dd96c54b3d8ac016 authored almost 5 years ago by Jason Axelson <[email protected]>
Merge pull request #53 from axelson/remove-accept-suggestions-on-enter-override

Remove override of "editor.acceptSuggestionOnEnter"

6048a9c7203f52846b1760b894eb7bb2ba3604a0 authored almost 5 years ago by Jason Axelson <[email protected]>
Remove override of "editor.acceptSuggestionOnEnter"

It was always more of a preference and is already called out in the README as a
suggestion.

58cb05b123431e8b34c70469e97e834cff2fb79f authored almost 5 years ago by Jason Axelson <[email protected]>
Merge pull request #48 from axelson/bump-version

Bump version to 0.3.1

c7e9679b782cf7ed79d2713ace1cb340fe0af56d authored almost 5 years ago by Jason Axelson <[email protected]>
0.3.1

a65e3afe909859c22c8dc48d29367a67e81a46a9 authored almost 5 years ago by Jason Axelson <[email protected]>
Update elixir-ls to version 0.3.1

9dba37bf4659cf53af18aff6dbde198fec154bd2 authored almost 5 years ago by Jason Axelson <[email protected]>
Differentiate between function definitions and function calls (#40)

Goals:
* By default in most themes, function calls should not be highlighted the same
as fun...

3fb4dbf35f87287f8447693c3d76604d47822e99 authored almost 5 years ago by Jason Axelson <[email protected]>
Add some basic development/packaging instructions (#39)

Will make it easier the next time we have to create a release

8804727789c3fdc0ebb0ea6447496fbf9f4c815b authored almost 5 years ago by Jason Axelson <[email protected]>
Update badge (#36)

Otherwise we are unable to publish a new version of the extension:
https://github.com/microsoft...

90bb7311aae32d623660eba527e4f2dc7271fb0a authored almost 5 years ago by Jason Axelson <[email protected]>
Bump version to 0.3.0 (#35)

See
https://github.com/elixir-lsp/elixir-ls/blob/07f258d08446fed3a5b335370e048f0cbe794cf1/CHANG...

881d2f75ade9b53400c0c8198a600bd5a4aa282c authored almost 5 years ago by Jason Axelson <[email protected]>
Slight update to the contribution instructions

d1e06a582ced8527dfdf6604cf1598089cd7c77f authored almost 5 years ago by Jason Axelson <[email protected]>
Integrate CI (#29)

* Integrate CI

* Add a CI status badge to README

345139c305f0ebce02e4a53b68261a10744e19d1 authored almost 5 years ago by niku <[email protected]>
Add a simple test which interacts with the extension (#27)

* Update libraries

* Introduce eslint

By following instructions:
https://github.com/types...

7072317d2ced48200394ff6191f0d9b44c285de9 authored almost 5 years ago by niku <[email protected]>
Add instructions to the README about running the tests (#24)

95f082020c9dafc3daff3a571462584e1fcbd0d7 authored about 5 years ago by Jason Axelson <[email protected]>
Remove "postinstall" from package.json

0825fb5f3cfb9183292b507e5bed34044ddbdad5 authored about 5 years ago by niku <[email protected]>
Add vscode-test dependency

7b9bf8f68a3d99914ff20c69226302c3969cb575 authored about 5 years ago by niku <[email protected]>
Add test

d4588dc491fc841e87c8b3e3a6ead4cfb815d804 authored about 5 years ago by niku <[email protected]>
Manually install @types/vscode

42809f60dc570c1198d1bfdaa4f30d15e754e9de authored about 5 years ago by niku <[email protected]>
Remove vscode dependency

0164394c9beede3a447cba40748bb68b8c019ec0 authored about 5 years ago by niku <[email protected]>
Show error to debug easily after a test failed

Co-Authored-By: Jason Axelson <[email protected]>

8c60806a535477a30f064b84372829fc76525e58 authored about 5 years ago by niku <[email protected]>
Bump version to v0.2.28

0a5e2a3f3814e52610197f361ee754b914df486e authored about 5 years ago by Jason Axelson <[email protected]>
Merge pull request #18 from axelson/bump-version

Bump version to v0.2.27

db59a9befa2447b938c34955a502e89cf35f5d13 authored about 5 years ago by Jason Axelson <[email protected]>
Merge pull request #15 from CaiqueMitsuoka/cm/add-function-call-syntax-fork

Add function call syntax

f719d07021ff4a341362fe0a0bad107ceac9e48a authored about 5 years ago by Jason Axelson <[email protected]>
Bump version to v0.2.27

e818a760857f911b870c23cbdc8fbb7b6d03f06c authored about 5 years ago by Jason Axelson <[email protected]>
Merge pull request #17 from axelson/prepublish-script

Move the prepublish script into a bash script

dbd9ee4d71b9475e0fb74a5c1d7b8b06a4c0bd25 authored about 5 years ago by Jason Axelson <[email protected]>
Move the prepublish script into a bash script

8762d3e5c699c1dc55209720c5710fccfca6a5a3 authored about 5 years ago by Jason Axelson <[email protected]>
Merge pull request #16 from axelson/add-missing-comma

Add missing comma

45c1360a8357153c1eb89d93ecc837c2e425ec97 authored about 5 years ago by Jason Axelson <[email protected]>
Add missing comma

From upstream issue: https://github.com/JakeBecker/vscode-elixir-ls/pull/151

89e21aed9c5bf1d3fd00b27cc176e735dbad8b82 authored about 5 years ago by Jason Axelson <[email protected]>
Add erlang calls without parenthesis syntax

3fb837761662c7ae4360de66b3b87447d478ae45 authored about 5 years ago by Caique Hitoshi Mitsuoka <[email protected]>
Remove duplicated match

44056a49b49c6b4d465ee644cd3c389690d41ba7 authored about 5 years ago by Caique Hitoshi Mitsuoka <[email protected]>
Remove unused capture groups

c3f8403390dd8fa05ec4d4b55dbaf4982bec657c authored about 5 years ago by Caique Hitoshi Mitsuoka <[email protected]>
Add function call syntax scope

cc07ee2f460f68a0b12c140fd8ba3a93492c1cea authored about 5 years ago by Caique Hitoshi Mitsuoka <[email protected]>
Add pipe operator function call without parenthesis

264c884c5140942a2b21bdb46e27d05bb129bf01 authored about 5 years ago by Caique Hitoshi Mitsuoka <[email protected]>
Add some basic configuration for HTML (EEx) files (#14)

Add some basic configuration for HTML (EEx) files

51ff95232d91315b0f8153a043e042557db8e463 authored about 5 years ago by Norbert Melzer <[email protected]>
Add some basic configuration for HTML (EEx) files

806d3efe9987cd6e91c9bfa1af35fe541e1b5bd0 authored over 5 years ago by Jonathan Arnett <[email protected]>
Merge pull request #11 from balduncle/jj-next

Version bump

617f6b7f66fb5e8b00b692ca7db219bb5ddb805f authored over 5 years ago by Justin Johnson <[email protected]>
Version bump

7a1d53f332a307148e9ecf752edad9cfb957d0ea authored over 5 years ago by Justin Johnson <[email protected]>
Merge pull request #10 from balduncle/jj-publishing-changes

Include fork in published name, register elixirLS as langId, add language server tracing setting UI

786a4d4cb126a6866f3ffd3d2cb53899f7e5640b authored over 5 years ago by Justin Johnson <[email protected]>
- Bump version for initial release of fork

- Remove Fork from name that shows up within vscode
- Change 'ElixirLS configuration" to "ElixirL...

8d2c38ca9745c0f2c38f155305a056a32b01d925 authored over 5 years ago by Justin Johnson <[email protected]>
Add setting to enable language server tracing

4b2c7ec23a75b27ac07faca1a0650c6c8cfe1378 authored over 5 years ago by Justin Johnson <[email protected]>
- Change display name to ElixirLS Fork to not mislead anyone in what they are installing.

- Register the langId we've already been using in config. Doing so allows us to set elixirLS.tra...

67a2804dabdb1a729d54b9bf7df368767a1531b4 authored over 5 years ago by Justin Johnson <[email protected]>
Merge pull request #8 from balduncle/jj-changes

Point to elixir-lsp, improve build process and docs

1e1710acc501a50bdae725b1b4641b760530a3e8 authored over 5 years ago by Justin Johnson <[email protected]>
- Add vsce as a dev dep for convenient package building

- Call mix deps.get in vscode:prepublish for convenient first build
- Add build and install instr...

9e0d42b9d09f1086f63fe8274ed12c18a1ded09b authored over 5 years ago by Justin Johnson <[email protected]>
Fix submodule

20d88de2be2828d3df8e0574c13e3850c8ed46f6 authored over 5 years ago by Justin Johnson <[email protected]>
Update readme with the reason for the fork, copied from elixir-ls.

3727230c5add12ca68900ef60b43f9a53c2ec3e3 authored over 5 years ago by Justin Johnson <[email protected]>
Change references from JakeBecker to elixir-lsp.

e0e05249591a86a7b75c5fcd14e4e08f679fe137 authored over 5 years ago by Justin Johnson <[email protected]>
Merge pull request #121 from jayjun/eex

Support EEx tags inside HTML attributes

3f5bde06c23251a7a1eb5ef90ff3a60786efccc9 authored over 5 years ago by Jake Becker <[email protected]>
npm audit fix

02816cb2c3c22a6182461f7220cfbdfac0babaa9 authored over 5 years ago by Jake Becker <[email protected]>
Merge pull request #129 from rrichardsonv/master

Adds syntax rules for LiveView and Eex sigil heredocs

5769a7b5bac057f6111e9d5e44930943b5d9c487 authored over 5 years ago by Jake Becker <[email protected]>
Merge pull request #111 from skateinmars/add-mixlock-to-language

Detect mix.lock files as elixir files

407f5e57e710a61845a8798ae2692e4a54d19a3b authored over 5 years ago by Jake Becker <[email protected]>
Merge branch 'master' into add-mixlock-to-language

59316aa9856233dba8f42f9aaeefe8688fe18563 authored over 5 years ago by Jake Becker <[email protected]>
Merge pull request #84 from ZizhengTai/fix-eex-name

Change "Eex" to official name "EEx"

3b89ac0536912cd0af646e4819c34366b0ee20c8 authored over 5 years ago by Jake Becker <[email protected]>
Adds syntax rules for sigil_{EeLl} heredocs

Includes text.html.elixir syntax rules within matches

d466e16b5c1d4c14e920b537679c7991cc11447b authored almost 6 years ago by Rich Richardson <[email protected]>
Setting schema for dialyzerFormat

4515cea4dbe911bddc334dcfeff060c4845371bc authored almost 6 years ago by Jake Becker <[email protected]>
Update dependencies

6f335c1ef1a858d7cb9df227820ffee6b99783c3 authored almost 6 years ago by Jake Becker <[email protected]>
Merge pull request #122 from crbelaus/declarative-language-configuration

Improve declarative language configuration

a23b4c0a654673a5e8c65038c71d335115c72e31 authored almost 6 years ago by Jake Becker <[email protected]>
Add declarative configuration for EEx templates

The declarative configuration for EEx templates allows automatic block
and line commenting using...

59c4d39adcce8ac640891fce4ca1d77fa2c03010 authored almost 6 years ago by belaustegui <[email protected]>
Improve declarative Elixir configuration

The declarative configuration for Elixir language has been renamed to
end with `language-configu...

ca7bd2c14963622c3edbc199cfd93e1d020cdc85 authored almost 6 years ago by belaustegui <[email protected]>
Support EEx tags inside HTML attributes

7c3926300939995be27cdf28509accd0bd872ca3 authored about 6 years ago by Tan Jay Jun <[email protected]>