Skip to content

Commit

Permalink
Update TLA+ dev container to include new TLA+ vscode extension (#6460)
Browse files Browse the repository at this point in the history
  • Loading branch information
heidihoward committed Sep 4, 2024
1 parent fbc3cb2 commit 01af78d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/tlaplus/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "TLA+ CCF",
"extensions": [
"alygin.vscode-tlaplus-nightly",
"tlaplus.vscode-ide",
"joaompinto.vscode-graphviz",
"EFanZh.graphviz-preview",
"cssho.vscode-svgviewer"
Expand Down
2 changes: 1 addition & 1 deletion tla/install_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _parse_args() -> argparse.Namespace:

def install_tlc():
java = "java"
tlaplus_path = "~/.vscode-remote/extensions/alygin.vscode-tlaplus-nightly-*/tools/tla2tools.jar"
tlaplus_path = "~/.vscode-remote/extensions/tlaplus.vscode-ide-*/tools/tla2tools.jar"
copy_tlaplus = f"-cp {tlaplus_path} tlc2.TLC"

set_alias("tlcrepl", f"{java} -cp {tlaplus_path} tlc2.REPL")
Expand Down

0 comments on commit 01af78d

Please sign in to comment.