Skip to content

Commit

Permalink
fixed devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Sep 12, 2024
1 parent 778eff6 commit f563102
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@
"extensions":
[
"vscjava.vscode-java-pack",
"borkdude.clj-kondo",
"betterthantomorrow.calva"
]
}
},

"remoteUser": "vscode",
"remoteUser": "vscode"
//"postStartCommand": "tmux new -d /home/vscode/.asdf/shims/clojure -Sdeps '{:deps {nrepl/nrepl {:mvn/version,\"1.0.0\"},cider/cider-nrepl {:mvn/version,\"RELEASE\"}}},refactor-nrepl/refactor-nrepl {:mvn/version \"RELEASE\"}}' -m nrepl.cmdline -p 12345 --middleware \"[cider.nrepl/cider-middleware]\" &"
}

0 comments on commit f563102

Please sign in to comment.