-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Closed
Copy link
Labels
Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-FixedThe issue is fixed.The issue is fixed.WG-Engine-Pipeline
Description
NOTE: This issue is copied from dotnet/interactive#1430
Once Start-Transcript appears on a PowerShell notebook, any attempt to output to the notebook fails.
See attached notebook for a repro.
As a user that has transcription enabled by default on every execution of PowerShell this is a pain point for making use of Jupyter Notebooks going forward.
Using a simple example PowerShell code block like this when I have transcription enabled on pwsh via regkey
$processes = Get-process | Select Name,ID -Last 10
$processeswhen I then close vscode and re-open it with transcription disabled via reg key it then returns as expected

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-FixedThe issue is fixed.The issue is fixed.WG-Engine-Pipeline
