Skip to content

Commit 966a647

Browse files
Remove unnecessary postCreateCommand from devcontainer
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent c3d6d3f commit 966a647

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@
3333
}
3434
},
3535

36-
"postCreateCommand": "bash -c 'java -version || (curl -s \"https://get.sdkman.io\" | bash && source \"$HOME/.sdkman/bin/sdkman-init.sh\" && sdk install java 25.0.1-tem && sdk default java 25.0.1-tem)'",
37-
3836
"remoteUser": "vscode"
3937
}

0 commit comments

Comments
 (0)