Matisse Hack
                                            Matisse Hack
                                        
                                    Looks like this has been fixed in VS Code - Insiders. Any word on when the fix will make its way to vanilla VS Code?
I think I'm all up to date. VS Code info: ``` Version: 1.67.2 Commit: c3511e6c69bb39013c4a4b7b9566ec1ca73fc4d5 Date: 2022-05-17T18:20:57.384Z Electron: 17.4.1 Chromium: 98.0.4758.141 Node.js: 16.13.0 V8: 9.8.177.13-electron.0 OS: Darwin x64 21.5.0 ```...
And now I'm not experiencing the issue in stable VS Code any more! I received updates to both VS Code and the extension soon after posting that. Thanks for this...
> It'd be better to weight a list of results and cycle through them instead of just take the "closest" completion and only give you that. I just ran into...
Good call! Thanks for pointing me in the right direction, I've up-voted that issue.
It's happening to me again too. If I open a .NET notebook, there will always be a `dotnet` process using 99% of my CPU once I quit VS Code. I'm...
Any spans produced by [OpenTelemetry.Instrumentation.Http](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.Http) within the Azure SDK are missing. Here is a simple example: ``` Activity.Id: 00-22cd49f5eea075f87ef9b72a3816d34b-0f63c7cb033b9e00-01 Activity.ParentId: 00-22cd49f5eea075f87ef9b72a3816d34b-703f7f713b1665ad-01 Activity.ActivitySourceName: OpenTelemetry.Instrumentation.Http Activity.DisplayName: HTTP PUT Activity.Kind: Client Activity.StartTime: 2022-07-18T19:50:22.1475110Z...
Yes, I have enabled the experimental OpenTelemetry support. Those spans do work! The issue is not that I cannot get telemetry from the Azure SDK; the issue is that the...
> Since the Azure.Core library creates its own HTTP spans, the Otel library automatically suppresses creation of these same spans. Yes exactly. I would like an option to turn this...
To illustrate my desired behavior, take a look at the AWS SDK, which is a good example of how HTTP spans could work in the Azure SDK. By default, the...