You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Test whether foldingRange works fine with all loop statements (while, for, loop)"
5
+
]
6
+
},
7
+
{
8
+
"start": {
9
+
"cmd": ["${ALS}"]
10
+
}
11
+
},
12
+
{
13
+
"send": {
14
+
"request": {
15
+
"params": {
16
+
"processId": 18560,
17
+
"capabilities": {
18
+
"textDocument": {
19
+
"foldingRange": {
20
+
"lineFoldingOnly": true
21
+
}
22
+
}
23
+
},
24
+
"rootUri": "$URI{.}"
25
+
},
26
+
"jsonrpc": "2.0",
27
+
"id": 1,
28
+
"method": "initialize"
29
+
},
30
+
"wait": []
31
+
}
32
+
},
33
+
{
34
+
"send": {
35
+
"request": {
36
+
"jsonrpc": "2.0",
37
+
"method": "initialized"
38
+
},
39
+
"wait": []
40
+
}
41
+
},
42
+
{
43
+
"send": {
44
+
"request": {
45
+
"params": {
46
+
"settings": {
47
+
"ada": {
48
+
"projectFile": "$URI{p.gpr}",
49
+
"scenarioVariables": {},
50
+
"adaFileDiagnostics": false,
51
+
"defaultCharset": "ISO-8859-1"
52
+
}
53
+
}
54
+
},
55
+
"jsonrpc": "2.0",
56
+
"method": "workspace/didChangeConfiguration"
57
+
},
58
+
"wait": []
59
+
}
60
+
},
61
+
{
62
+
"send": {
63
+
"request": {
64
+
"params": {
65
+
"textDocument": {
66
+
"text": "procedure Main is\nbegin\n for I in 1 .. 10 loop\n while True loop\n loop\n exit when I > 5;\n -- Inner loop body\n end loop;\n end loop;\n end loop;\nend Main;\n",
0 commit comments