Skip to content

Commit

Permalink
Add clojure-lsp config for e2e joyride
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Nov 6, 2024
1 parent 1dc33bf commit c9cec1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .lsp/config.edn
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"}
3 changes: 2 additions & 1 deletion deps.edn
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"}}}}}
1 change: 0 additions & 1 deletion e2e-test-ws/bb.edn

This file was deleted.

0 comments on commit c9cec1e

Please sign in to comment.