Justin Grote
Justin Grote
Still Active
Still Active
@MartinGC94 thanks for your submission! (And all of your PowerShell contributions, I'm never going to miss an opportunity to thank you) Can you let me know which indicator you mean...
Ah I see, I have the additional detail normally hidden which is why I didn't see it, it's now hidden by default behind the language ellipsis because that's what the...
Might need to debounce it to 500ms or something so it doesn't tweak out on every completion call
Per my other thread I think the improvements to make are: - Spin whenever the runspace is blocked, whether that's triggered by PSES or not (debounce probably necessary) - Add...
Ran into this as well today, I'm pretty sure because it is still using the `2022-06-01` as seen in the trace, and needs to be bumped to the `2023-03-11` api...
@ChristopheLux I made a custom one that uses the newer API version and I still didn't see the endpoint getting populated, so I'm not sure what's going on, I was...
OK, I think I figured it out. As of the API spec, there is an ingestion endpoint example where you have to specify the kind as "Direct", note there is...
With some more experimentation in regards to `Kind`, by supplying invalid data to the API, I get back an error that says these are the actual valid values: `Direct,Linux,Windows,WorkspaceTransforms,AgentDirectToStore,AgentSettings,PlatformTelemetry` These...