Some commands are broken
AmadeusW opened this issue · 0 comments
AmadeusW commented
When Code > F12
shows a message "Could not navigate to definition", Visual Studio loses focus
Most commands under Test
don't work. For reference:
// Display name, DTE Command Name
new TouchVSCommand("Run All", "RunAllTestsInSolution"),
new TouchVSCommand("Debug All", "DebugAllTestsInSolution"),
new TouchVSCommand("Results", "View.TestResults"),
new TouchVSCommand("Test Explorer", "TestExplorer.ShowTestExplorer"),
new TouchVSCommand("Run failed", "TestExplorer.RunFailedTests"),