Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica authored Apr 30, 2024
1 parent e8edd83 commit bd3cfd6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"ghcr.io/devcontainers-contrib/features/apt-get-packages:1": {
"ppas": ["ppa:ubuntuhandbook1/emacs"],
"packages": "emacs,rlwrap,fonts-hack"
}
},
"ghcr.io/wxw-matt/devcontainer-features/script_runner:latest": {
"script1": "clojure_lsp#https://raw.githubusercontent.com/clojure-lsp/clojure-lsp/master/install"

}
},
"forwardPorts": [6080],
"portsAttributes": {
Expand All @@ -27,4 +31,4 @@
"postAttachCommand": "/home/vscode/.setup-ide/setup-ide.sh"

}


0 comments on commit bd3cfd6

Please sign in to comment.