question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The default to run Clojure is lein exec and should be cd $dir && lein run

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
enzosvcommented, Oct 17, 2018

Quick fix is to add

"code-runner.executorMap": {
  "clojure": "lein run"
}

to your user or workspace settings

0reactions
Hamido-sancommented, Feb 25, 2021

so I finally found a “working” workaround by hooking up the official clj/clojure tooling instead of leiningen, like this:

"code-runner.executorMap": {
  "clojure": "powershell -command clojure -M"
}

and it works like a charm now, well a charm that takes 2.4 seconds to load every single time, but still

Read more comments on GitHub >

github_iconTop Results From Across the Web

Building, Running, and the REPL - Brave Clojure
In this chapter, you'll invest a small amount of time up front to get familiar with a quick, foolproof way to build and...
Read more >
Clojure - Getting Started
Clojure is a dynamic development environment where you interact with your program while you write it, growing and adding to it while it's...
Read more >
typical way of running clojure programs - Stack Overflow
When I run clojure programs in production at work we just check them out of git and then call lein run in the...
Read more >
run! - clojure.core | ClojureDocs - ClojureDocs
Returns a lazy sequence consisting of the result of applying f to the set of first items of each c... Added by mars0i...
Read more >
Guide to starting with Clojure | grison.me
Run a REPL from your IDE ... Select Start a REPL server and connect (a.k.a Jack-in), then select Clojure CLI. Like Cursive in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found