-
-
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.
Update publish script from extension template
- Loading branch information
Showing
2 changed files
with
46 additions
and
25 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,16 @@ | ||
;; clojure-lsp needs this config to analyze Joyride code | ||
;; To tell clojure-lsp about this file: | ||
;; 1. Add a source-alias to `.lsp/config.edn`. E.g.: | ||
;; :source-aliases #{:src :test :joyride} | ||
;; (The clojure-lsp defaults are `:src :test`.) | ||
;; 2. Add a `:joyride` alias to the project root deps.edn file. | ||
;; Minimal file content: | ||
;; {:aliases {:joyride {:extra-deps {joyride/workspace {:local/root ".joyride"}}}}} | ||
;; | ||
;; To also tell clojure-lsp about your Joyride user scripts, see instructions | ||
;; in your User Joyride config directory `deps.edn` file. | ||
;; (`~/.config/joyride/deps.edn` on Mac/Linux, somewhere similar on Windows?) | ||
{:deps {org.clojure/clojurescript {:mvn/version "1.11.54"} | ||
funcool/promesa {:mvn/version "9.0.471"} | ||
rewrite-clj/rewrite-clj {:mvn/version "1.1.46"}} | ||
:paths ["src" "scripts"]} |
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