Closed
Description
System Details
- Operating system name and version: Windows 10
- VS Code version: 1.9.0
- PowerShell extension version: 0.9.0
- Output from
$PSVersionTable
:
PSVersion 5.1.14393.693
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.693
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
It would be fantastic if the PowerShell extension could be configured to run code in the terminal window with F8, rather than the "PowerShell Output" window. It's really handy to be able to interact with a real live terminal when debugging a script, and being able to manually create variables that can be used by the code snippets you run. This basically describes how the PowerShell ISE works.
Thanks!