-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add clojure-lsp config for e2e joyride
- Loading branch information
PEZ
committed
Nov 6, 2024
1 parent
1dc33bf
commit c9cec1e
Showing
3 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{:source-aliases #{:src :test :e2e-test-joyride} | ||
:log-path "/tmp/clojure-lsp-pr.log"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{:paths ["src" "test"] | ||
:deps {funcool/promesa {:mvn/version "11.0.678"} | ||
thheller/shadow-cljs {:mvn/version "2.28.18"}}} | ||
thheller/shadow-cljs {:mvn/version "2.28.18"}} | ||
:aliases {:e2e-test-joyride {:extra-deps {joyride/workspace {:local/root "e2e-test-ws/.joyride"}}}}} |
This file was deleted.
Oops, something went wrong.