Closed
Description
System Details
- macOS 10.12.4
- VS Code version: 1.12.1
- PowerShell extension version: 1.0.0
- Output from
$PSVersionTable
:
PSVersion: 6.0.0-beta
PSEdition: Core
BuildVersion: 3.0.0.0
CLRVersion:
GitCommitId: v6.0.0-beta.1
OS: Darwin 16.5.0 Darwin Kernel Version 16.5.0: F...
Platform: Unix
PSCompatibleVersions: {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion: 2.3
SerializationVersion: 1.1.0.1
WSManStackVersion: 3.0
Copy / paste the below commands into the PowerShell Integrated Terminal, and paste the output here
PS /Users/alex/Documents/PowerShell> code -v
1.12.1
f6868fce3eeb16663840eb82123369dec6077a9b
PS /Users/alex/Documents/PowerShell> $pseditor.EditorServicesVersion
PS /Users/alex/Documents/PowerShell> code --list-extensions --show-versions
HookyQR.beautify@1.0.2
donjayamanne.githistory@0.2.0
eriklynd.json-tools@1.0.2
ms-vscode.PowerShell@1.0.0
robertohuertasm.vscode-icons@7.7.0
PS /Users/alex/Documents/PowerShell> $PSVersionTable
Name Value
---- -----
PSVersion 6.0.0-beta
PSEdition Core
BuildVersion 3.0.0.0
CLRVersion
GitCommitId v6.0.0-beta.1
OS Darwin 16.5.0 Darwin Kernel Version 16.5.0: Fri Mar 3 16:52:33 PST 2017; root:...
Platform Unix
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Issue Description
I am experiencing a problem with...
debugging a script using module AWSPowerShell.NetCore. Script runs fine UNTIL it's debugged, at which point, a step-in will crash VS Code as shown in the attached screenshot