We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba851d commit f159e2bCopy full SHA for f159e2b
.devcontainer/devcontainer.json
@@ -29,6 +29,7 @@
29
"postCreateCommand": {
30
"rust version": "rustc --version",
31
"link rust": "sudo ln -s /usr/local/cargo/bin/rustc /usr/bin/rustc",
32
+ "link kotlin": "sudo ln -s /usr/local/sdkman/candidates/kotlin/current/bin/kotlinc /usr/bin/kotlinc",
33
"problemtools": "sudo apt-get update && sudo apt-get install -y libboost-all-dev && pip install git+https://github.com/kattis/problemtools@master"
34
}
35
0 commit comments