Open
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.
Expected Behavior
The PowerShell extension should recognize the here string and run all lines when F8 is pressed.