I have written a custom tool for Visual Studio, compiled to a VSIX and uploaded to the Visual Studio Gallery. It all works fine, as long as Visual Studio restarts after the extension is added to the dev environment. The problem is I'm not sure how to flag my package as requiring a restart.
It seems like this should be a simple XML attribute in the .vsixmanifest or something, but I cannot find it, I've probably just been staring at the problem for too long.
Anyone know how to indicate this in a package?
The extension is called JsBuildTools on Visual Studio Gallery, the source is on GitHub if you need to look at the source.