-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
37 lines (37 loc) · 1.1 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"tlaplus.tlc.modelChecker.options": "-deadlock -noTE -dump dot,actionlabels,colorize ATD -coverage 1",
"tlaplus.tlc.statisticsSharing": "share",
"tlaplus.java.options": "-XX:+UseParallelGC",
"[tlaplus]": {"editor.codeActionsOnSave": {"source": true} },
"extensions.autoCheckUpdates": false,
"extensions.autoUpdate": false,
"breadcrumbs.enabled": false,
"editor.minimap.enabled": false,
"editor.useTabStops": false,
"redhat.telemetry.enabled": false,
"settingsSync.ignoredExtensions": [
"aaron-bond.better-comments"
],
"files.exclude": {
".gitignore": true,
".gitpod.yml": true,
".devcontainer": true,
".github": true,
".vscode": true,
"LICENSE": true,
"figures": true,
".tlacache": true,
"*.tlaps": true,
"states": true,
"x": true,
"log0.smt": true,
"profile-rules.txt": true,
"detailed.log": true,
"*.toolbox": true,
"*.aux": true,
"*.dvi": true,
"*.log": true,
"*.tex": true,
"_apalache-out": true
}
}