Martijn de Boer

Results 5 comments of Martijn de Boer

The Microsoft Sarif Viewer has an extension-to-extension api that would be great as an addition to this feature; https://code.visualstudio.com/api/references/vscode-api#extensions https://www.nuget.org/packages/Sarif.Viewer.VisualStudio.Interop/2.0.0-csd.1.0.3

Yeah, exactly that! The plugin allows for inter plugin communication. I'm under the impression that it would allow to send the results directly to the sarif viewer.

@fregoe @remkobrenters in ticket #606 I had this same issue. Debugging the code, it's most likely the cause of usage of curl_multi in the library. I was able to reproduce...

I had this problem appear already from day one using the library on a single request. What I figured (it's been a while since developing it), was that it happened...

@meijdenmedia it resets the internal data on the Connection class, which in the connect() function then restarts the authentication flow.