Does anybody know any extension or built-in feature, where I can place my custom script for visual studio? What I intend to do is something similar to the below:
OnCloseSolution += function (){
Open(Windows.StartPage)
}
Can anyone help me please?