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
* temp: commented formatter dep imports
* feat: added refactorex as a dependency
* feat: added refactorex as a code action handler
* temp: skipping broken remote control tests
* refactor: less restrict refactorex dependency version
Co-authored-by: Steve Cohen <scohen@scohen.org>
* refactor: removed useless test
* feat: range subtree (selection) extraction algorithm - inlined from refactorex
* Revert "feat: range subtree (selection) extraction algorithm - inlined from refactorex"
This reverts commit a362383.
* refactor: using Document.fragment/3 to find the selection, then positioning it
* refactor: improved test infrastructure and multiline selection test
* fix: fixed the formatter import deps problem
* Revert "temp: commented formatter dep imports"
This reverts commit b4ad1ce.
* feat: introducing context.trigger_kind to Code Actions so they can decide when they are triggered
* refactor: adding more supported code actions
* refactor: removed Logger used for debugging
* [bugfix] Only index if there's stuff to index
A colleague found a fun edge case. He added three new empty files to a
project, and Expert wouldn't start. This is because of a divide by
zero error when there are no bytes to index, which causes progress
updates to fail (indexing completed successfully).
This fix checks for this condition and no-ops if there's nothing to index.
* refactor: sort aliases
* refactor: remove unnecessary changes.
* refactor: better naming the test cases
* Revert "temp: skipping broken remote control tests"
This reverts commit 389afbba063341ccde90bad72d0aa1246c9c3a5a.
* Update Nix hash of Mix deps
* fix: removed GenLSP from refactorex so it is not imported into remote_control
* Update Nix hash of Mix deps
* fix: setting up Project before tests
* refactor: bump Sourceror and using updates on Refactorex
* Update Nix hash of Mix deps
---------
Co-authored-by: Steve Cohen <scohen@scohen.org>
0 commit comments