Closed
Description
System Details
- Operating system name and version: Microsoft Windows 10 (1803)
- VS Code version: 1.23.1
- PowerShell extension version: 1.7.0
- Output from
$PSVersionTable
:
Copy / paste the following commands into the PowerShell Integrated Console, and paste the output here:
PS C:\infra> code -v
1.23.1
d0182c3417d225529c6d5ad24b7572815d0de9ac
x64
PS C:\infra> $pseditor.EditorServicesVersion
PS C:\infra> code --list-extensions --show-versions
alefragnani.Bookmarks@0.19.1
bierner.markdown-mermaid@1.0.0
DotJoshJohnson.xml@1.9.2
golf1052.code-sync@2.5.3
ms-vscode.PowerShell@1.7.0
PeterJausovec.vscode-docker@0.0.27
sensourceinc.vscode-sql-beautify@0.0.4
Wosi.omnipascal@0.15.0
PS C:\infra> $PSVersionTable
Name Value
---- -----
PSVersion 5.1.17134.48
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.17134.48
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
PS C:\infra>
Issue Description
Can't execute scripts on debugger using F5 - Start Debugging.
Even a simple one like this.
write-host "Test"
Using the F8 shortcut it works.