-
Notifications
You must be signed in to change notification settings - Fork 510
Integrated Console and Transcript shows extra stuff #1265
New issue
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
Comments
Spoke to @SeeminglyScience about this. He tried to fix this with PowerShell/PowerShellEditorServices#553 but it had some nasty side-effects with PS v4. Basically the This is quite a difficult problem to solve - not having messages show up in history. Thanks for filing this @dbaduck! We'll investigate further. |
Any updates on this one? It is still there and it makes it hard to use Code and Azure Data Studio as demo places for PowerShell. Transcripts are key for learning and remembering after the time is done. |
Related to #873 |
I have the same issue. Wasted a few hours debugging this futilely, then realized might be an issue with VS Code extension itself. Should be fixed just due to the fact that this issue is difficult to debug if you don't know where the logs are coming from. The workaround to see your actual Start-Transcript output without VS Code extension clutter is obviously just to call the script you want to execute without running the script through the VS Code debugger. |
|
This issue has been marked as fixed. It has been automatically closed for housekeeping purposes. |
System Details
Version 1.22.1
Commit 950b8b0d37a9b7061b6f0d291837ccc4015f5ecd
Date 2018-04-06T02:26:57.615Z
Shell 1.7.12
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64
$PSVersionTable
:Name Value
PSVersion 5.1.16299.251
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.16299.251
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
I am experiencing a problem with transcripts in Integrated Console. When I use the Integrated Console with Transcript, I get messages like the ones below. This content throughout my transcript makes it very hard to distribute a transcript. When I use a second terminal PowerShell window it does not exhibit these problems, only the Integrated ones. I demo this a lot and I would still like to use Code.
I can generate logs if needed.
Attached Logs
Follow the instructions in the README
about capturing and sending logs.
The text was updated successfully, but these errors were encountered: