You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* bump elixir_sense to 1.15 compatible version
* update dialyxir to 1.3.0
* Add support for def cli in debugger
* fix warnings
* pass root option correctly
* make sure debug info is preserved
* add debugger dep to extra apps
I'm not sure this is needed
* add todo
* temporary workaround for broken logger registrations
* add workarounds for prunning code paths
* fix typo
* add missing app
apply change from upstream
* make hover work with new elixir_sense version
* readd dir param
* change dialyzer sha
* test valid formatter config
* fix infocation
* fix test
* make sure doc chunks are generated
* remove not needed tests
* fix test
* add logger handler
* fix tests
* insert needed requires as additional text edits
skip completions that would need to alter imports
* reinstall log handler after loading config
* resolve todo
* address todo
* fix logger format
* run formatter
* drop support for elixir 1.12
* remove pre 1.13 code
* add missing app
* fix function invocation
* remove unused code
* logger registration in tests
* Revert "remove unused code"
This reverts commit b0a3bb0.
* Revert "remove pre 1.13 code"
This partially reverts commit 5164b2b.
* port elixir changes related to multiletter sigils
* address todo
* fix flaky test
* fix flaky tests
fix logger config reset in build
* format
* fix crash in completions
* fix crash in hover
* remove sourceror dependency
it proved to be problematic
* do not start erlang debugger
* add version check
* do not call mix local on 1.15
* run formatter
0 commit comments