-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 5bc64b7
authored
Dap estgi work (#14)
* fix dap-estgi extension launch.json template ; use more descriptive name
* adjust extension name to 'dap-estgi-extension' ; use glob pattern in 'launch.json' template
* support glob patterns in input 'program' path ; use .ghc_stgapp yaml as input and create fullpak from it at init
* separate dap-estgi-server from generic dap library
* update vscode dap-esgi-extension docs
* update stack.yaml and cabal.project to build the dap library and dap-estgi server
* use sendError with descriptive error messages
* docs improvements
* update comments1 parent 0f34b14 commit 5bc64b7
File tree
32 files changed
+189
-4281
lines changed- dap-estgi-server
- src
- dap-estgi-vscode-extension
- .vscode
- src
- test
- suite
- dap-extension
- dap
- hello
- .vscode
- src
32 files changed
+189
-4281
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | + | ||
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | - | ||
11 | + | ||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
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 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + |
Lines changed: 22 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 | - | ||
54 | + | ||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 | + | ||
60 | 61 |
| |
61 | 62 |
| |
62 | 63 |
| |
| |||
69 | 70 |
| |
70 | 71 |
| |
71 | 72 |
| |
73 | + | ||
72 | 74 |
| |
73 | 75 |
| |
74 | 76 |
| |
| |||
113 | 115 |
| |
114 | 116 |
| |
115 | 117 |
| |
116 | - | ||
118 | + | ||
117 | 119 |
| |
118 | - | ||
120 | + | ||
119 | 121 |
| |
120 | 122 |
| |
121 | 123 |
| |
122 | 124 |
| |
123 | 125 |
| |
124 | 126 |
| |
125 | 127 |
| |
126 | - | ||
128 | + | ||
127 | 129 |
| |
128 | 130 |
| |
129 | 131 |
| |
| |||
153 | 155 |
| |
154 | 156 |
| |
155 | 157 |
| |
158 | + | ||
159 | + | ||
160 | + | ||
161 | + | ||
162 | + | ||
163 | + | ||
164 | + | ||
156 | 165 |
| |
157 | 166 |
| |
158 | 167 |
| |
159 | 168 |
| |
160 | 169 |
| |
161 | - | ||
170 | + | ||
171 | + | ||
172 | + | ||
173 | + | ||
174 | + | ||
175 | + | ||
176 | + | ||
162 | 177 |
| |
163 | 178 |
| |
164 | 179 |
| |
| |||
170 | 185 |
| |
171 | 186 |
| |
172 | 187 |
| |
173 | - | ||
188 | + | ||
174 | 189 |
| |
175 | 190 |
| |
176 | 191 |
| |
| |||
181 | 196 |
| |
182 | 197 |
| |
183 | 198 |
| |
184 | - | ||
199 | + | ||
185 | 200 |
| |
186 | 201 |
| |
187 | 202 |
| |
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments