Skip to content

Commit

Permalink
Codespaces changed location of its Java installation. (#5615)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmy authored Sep 5, 2023
1 parent c89ca65 commit 0d3b9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/tlaplus/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"settings": {
"tlaplus.tlc.statisticsSharing": "share",
"tlaplus.java.options": "-XX:+UseParallelGC",
"tlaplus.java.home": "/home/codespace/.java/current/",
"tlaplus.java.home": "/home/codespace/java/current/",
"[tlaplus]": {
"editor.codeActionsOnSave": {
"source": true
Expand Down

0 comments on commit 0d3b9d6

Please sign in to comment.