Can’t pass command line arguments while building Visual Studio extension
I am creating an extension for Visual Studio in C# in Visual Studio. In Project -> {project name} properties -> Debug -> Command Line Arguments
, I have entered:
Can’t pass command line arguments while building Visual Studio extension
I am creating an extension for Visual Studio in C# in Visual Studio. In Project -> {project name} properties -> Debug -> Command Line Arguments
, I have entered:
Can’t pass command line arguments while building Visual Studio extension
I am creating an extension for Visual Studio in C# in Visual Studio. In Project -> {project name} properties -> Debug -> Command Line Arguments
, I have entered:
How to populate the ‘Code’ field of the VS 2022 Error List when writing a VS Extension?
I’m writing an extension for Visual Studio 2022 using the Community.VisualStudio.Toolkit
package and part of my extension writes errors to the Error List window. I’ve figured out how to populate all the other fields I want (Severity, Description, Project, and Line) but I can’t quite figure out how to write to the Code field.