Skip to content

Commit

Permalink
Update devcontainer config for
Browse files Browse the repository at this point in the history
Devbox shell, remove extensions

Removing extensions. Changed post-create command to install Devbox, clone the git repo, change repo, enter devbox shell
  • Loading branch information
jcardozo committed Sep 15, 2024
1 parent 46ee8b8 commit 1f234df
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": [
"vscjava.vscode-java-pack",
"vscjava.vscode-maven"
],
"forwardPorts": [8080],
"postCreateCommand": "mvn spring-boot:run",
"postCreateCommand": "curl -fsSL https://get.jetify.com/devbox | bash && git clone https://github.com/eth-library/devbox-spring-demo.git && cd devbox-spring-demo && . ~/.devbox/shell && mvn spring-boot:run",
"remoteUser": "codespace"
}

0 comments on commit 1f234df

Please sign in to comment.