Matt Lacey
Matt Lacey
It should just be those files. If all you've done is change the icons, VS might not pick up the change. Try increasing the version number in the manifest. Or...
The behavior you're seeing is because the control is actually a button and that is the default behavior for a button. You'll need to retemplate it to remove this behavior....
Thanks for the awesome repro. 😄 Looking at this now....
It's an exception being thrown in the error handling 🤦♂️
v2.7 (just released to the marketplace) should stop the crash! I'll follow up with future investigation as to why VS is now causing something internal to fail when it has...
> This is the number 17 crash in our internal crash data for VS 17.10 preview, so awesome to see it is fixed. What changed internally in VS that you...
This is triggered by the `OnBeforeDocumentWindowShow` event from the RunningDocument events https://github.com/mrlacey/CollapseComments/blob/main/src/MyRunningDocTableEvents.cs#L66 The DTE executes a command the does run on the UI thread because it needs to access the...
I know the command is executed on the UI thread, the above was because it's running in something inherently synchronous, I get off the UI thread to delay to give...
> Hi, mrlacey any chance to the `CommentLinks` extension also supports vscode? It would likely take a complete rewrite and so is not something I expect to have time for...
> There isn't a common infrastructure/API for extensions that support both VS and VS Code is there? Wouldn't there just need to be a parallel version that knows the schema...