Skip to content

Microsoft Graph Runtime EventData objects being emitted in PSIC when they do not emit normally #3705

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

Closed
JustinGrote opened this issue Nov 29, 2021 · 6 comments · Fixed by PowerShell/PowerShellEditorServices#1668

Comments

@JustinGrote
Copy link
Collaborator

JustinGrote commented Nov 29, 2021

Issue Type: Bug

  1. Get-MgGroup

image

Extension version: 2021.11.1
VS Code version: Code - Insiders 1.63.0-insider (d18d093403b12a65350c58a7b0d5771cc1f42aba, 2021-11-26T08:21:30.810Z)
OS version: Windows_NT x64 10.0.22000
Restricted Mode: No

System Info
Item Value
CPUs AMD Ryzen 7 4700U with Radeon Graphics (8 x 1996)
GPU Status 2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 15.36GB (0.95GB free)
Process Argv --crash-reporter-id 4453efaa-0821-4555-88e2-3de8bad9109e
Screen Reader no
VM 0%
A/B Experiments
vsliv695:30137379
vsins829:30139715
vsliv368cf:30146710
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
pythontb:30258533
pythonptprofiler:30281269
vshan820:30294714
pythondataviewer:30285072
vscod805:30301674
pythonvspyt200:30323110
bridge0708:30335490
bridge0723:30353136
pythonrunftest32:30365365
pythonf5test824:30361779
javagetstartedt:30350119
pythonvspyt187:30365360
vsaa593:30376534
vsc1dst:30396469
pythonvs932:30404738
vscexrecpromptt3:30397560
vscop804cf:30404767
vs360:30404995

@ghost ghost added the Needs: Triage Maintainer attention needed! label Nov 29, 2021
@JustinGrote
Copy link
Collaborator Author

@andschwa @SydneyhSmith this should be added to the Pipeline revamp to-do

@o-l-a-v
Copy link
Contributor

o-l-a-v commented Nov 29, 2021

That's what you'll see if setting $InformationPreference to Continue and run any Microsoft.Graph.* cmdlet. Be it Windows PS 5.1, PS ISE, or PS core.

microsoftgraph/msgraph-sdk-powershell#373

So maybe a issue with the Microsoft.Graph module?

@JustinGrote
Copy link
Collaborator Author

@o-l-a-v it happens even if informationpreference is 'silentlycontinue'. Maybe this is exposing something in the new PSIC host that isn't respecting informationpreference?

image

@StevenBucher98 StevenBucher98 added Area-Extension Terminal and removed Needs: Triage Maintainer attention needed! labels Nov 30, 2021
@StevenBucher98 StevenBucher98 added this to the Consider-vNext milestone Nov 30, 2021
@JustinGrote
Copy link
Collaborator Author

JustinGrote commented Nov 30, 2021

I'm pretty sure this is a PSES Host streams issue, if you redirect it doesn't happen.
image

@ghost ghost added the Needs: Maintainer Attention Maintainer attention needed! label Nov 30, 2021
@SeeminglyScience
Copy link
Collaborator

Probably related to the missing PSHostUserInterface.WriteInformation implementation described in #3651 (comment).

@andyleejordan
Copy link
Member

@JustinGrote Can you confirm this is now fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

5 participants