Skip to content

Commit 07ef2bc

Browse files
committed
Add gitpod.io config
[IDE]
1 parent 518ab57 commit 07ef2bc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitpod.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
tasks:
2+
- init: sudo ln -s /workspace /workspaces && sdk install ant && bash -i .devcontainer/install.sh
3+
4+
vscode:
5+
extensions:
6+
- alygin.vscode-tlaplus-nightly
7+
- vscjava.vscode-java-pack

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"tlaplus.smoke.prefix.name": "Smoke",
44
"tlaplus.tlc.modelChecker.options": "-deadlock -noTE",
55
"tlaplus.java.options": "-XX:+UseParallelGC -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=0 -DTLA-Library=/workspaces/CommunityModules/.smoke/:/workspaces/CommunityModules/modules/:/workspaces/CommunityModules/tests -Dtlc2.overrides.TLCOverrides=tlc2.overrides.TLCOverrides -cp /workspaces/CommunityModules/tlc/tla2tools.jar:/workspaces/CommunityModules/build/modules:/workspaces/CommunityModules/build/deps",
6-
"tlaplus.java.home": "/home/codespace/.java/current/",
76
"[tlaplus]": {"editor.codeActionsOnSave": {"source": true} },
87
"breadcrumbs.enabled": false,
98
"editor.minimap.enabled": false,

0 commit comments

Comments
 (0)