Commit 177d09f
committed
Add parameter for echoing ExecuteScriptString
This change adds a new parameter to PowerShellContext.ExecuteScriptString
which causes the executed script string to be echoed to the host. This is
useful for "run selection" operations where some selected text is executed
in the REPL.1 parent b4fb564 commit 177d09f
File tree
3 files changed
+46
-6
lines changed- src
- PowerShellEditorServices.Protocol/Server
- PowerShellEditorServices
- Debugging
- Session
3 files changed
+46
-6
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | | - | |
| 681 | + | |
| 682 | + | |
682 | 683 | | |
683 | 684 | | |
684 | 685 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
| 242 | + | |
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
245 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
246 | 252 | | |
247 | 253 | | |
248 | | - | |
249 | | - | |
| 254 | + | |
| 255 | + | |
250 | 256 | | |
251 | 257 | | |
252 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
| 380 | + | |
| 381 | + | |
381 | 382 | | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
382 | 404 | | |
383 | 405 | | |
384 | 406 | | |
| |||
547 | 569 | | |
548 | 570 | | |
549 | 571 | | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
550 | 580 | | |
551 | 581 | | |
552 | 582 | | |
| |||
867 | 897 | | |
868 | 898 | | |
869 | 899 | | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
870 | 903 | | |
871 | 904 | | |
872 | 905 | | |
| |||
0 commit comments