I\'m trying to develop my first visual studio extensions project, I have VS10 SDK installed and was able to create a new project and can build it fine, however when I attemp
I have the same problem,And in visual studio 2019,the debug command run arguments is /rootsuffix Roslyn
I try to update project and rebuild;but it not work.
Luckly, I find another way to debug it.
That is unitTest.
In the newest solution which created by the vsix template; It contains the uniteTests project.
In the testmethod,you can invoke VerifyCSharpc method to test Diagnostic,and invoke VerifyCSharpFix method to test Fix; when you debug the unitTest ,you can hit the right breakpoint