We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PS > code -v 1.13.0 376c52b955428d205459bea6619fc161fc8faacf PS > $pseditor.EditorServicesVersion Major Minor Build Revision ----- ----- ----- -------- 1 3 1 0 PS > code --list-extensions --show-versions [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] PS > $PSVersionTable Name Value ---- ----- PSVersion 5.0.10586.117 PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.10586.117 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
When a breakpoint is hit in debug mode, the command prompt includes two "[DBG]: " tags at the beginning. For example:
[DBG]: [DBG]: PS C:\>
The text was updated successfully, but these errors were encountered:
Yep, somehow that slipped in there. Thanks for filing!
Sorry, something went wrong.
Fixed in PowerShell/PowerShellEditorServices#627.
Will be released in 1.6.0
No branches or pull requests
System Details
Issue Description
When a breakpoint is hit in debug mode, the command prompt includes two "[DBG]: " tags at the beginning. For example:
The text was updated successfully, but these errors were encountered: