We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b698c23 commit 901a05fCopy full SHA for 901a05f
.devcontainer/devcontainer.json
@@ -2,5 +2,6 @@
2
"image": "mcr.microsoft.com/devcontainers/universal:2",
3
"features": {
4
"ghcr.io/devcontainers-extra/features/sbt-sdkman:2": {}
5
- }
+ },
6
+ "postCreateCommand": "sdk install sbt"
7
}
0 commit comments