From 0b8424b1175037f3e5f5d4688f16e574acc43091 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 5 Feb 2026 12:10:57 +0000 Subject: [PATCH 1/2] Initial plan From 427adbd41fe2080d516a1753abc7d2ac9be5b10e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 5 Feb 2026 12:14:13 +0000 Subject: [PATCH 2/2] Fix Clojure code execution by using standard Clojure CLI instead of lein exec Co-authored-by: formulahendry <1050213+formulahendry@users.noreply.github.com> --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index cfe80fa..66785b5 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -23,7 +23,7 @@ export const languageIdToExecutorMap = { ocaml: "ocaml", r: "Rscript", applescript: "osascript", - clojure: "lein exec", + clojure: "clojure", racket: "racket", scheme: "csi -script", ahk: "autohotkey",