Commit 3591ee1
Run one invocation per SetBreakpoints request (#1117)
* Run one invocation per SetBreakpoints request
Previously for every SetBreakpoints request we would invoke
ExecuteCommandAsync once for every single breakpoint. This change
reduces that to a single call per request.
* Fix usage of preview only syntax1 parent 8114a9b commit 3591ee1
File tree
1 file changed
+20
-4
lines changed- src/PowerShellEditorServices/Services/DebugAdapter
1 file changed
+20
-4
lines changedLines changed: 20 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
198 | 210 | | |
199 | 211 | | |
200 | 212 | | |
| |||
222 | 234 | | |
223 | 235 | | |
224 | 236 | | |
| 237 | + | |
225 | 238 | | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
226 | 242 | | |
227 | 243 | | |
228 | 244 | | |
| |||
0 commit comments