-
Notifications
You must be signed in to change notification settings - Fork 520
Open
@sunliangqin
Description
I have a PowerShell code snippet like below.
Write-Output @" Hello World "@
Current Behavior
I put the cursor at the end of the first line. Press F8 (PowerShell.RunSelection). This is what I see in the integration console.
image
Expected Behavior
The PowerShell extension should recognize the here string and run all lines when F8 is pressed.
image