Skip to content

Commit

Permalink
Merge pull request #146 from cs50/dmalan-patch-1
Browse files Browse the repository at this point in the history
Removes comment as outdated, since we now use `/opt/jdk`
  • Loading branch information
rongxin-liu authored Mar 28, 2024
2 parents 8fc7fb7 + 9e23d9d commit 2412af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"java.configuration.runtimes": [
{
"name": "JavaSE-22",
"path": "/opt/jdk", /* env | grep JAVA_HOME (set in cs50/cli) */
"path": "/opt/jdk",
"default": true
}
],
Expand Down

0 comments on commit 2412af3

Please sign in to comment.