launchSettings used when debugging analyzer project

This commit is contained in:
Brandon Thetford
2024-04-19 16:46:11 -07:00
parent 15feab1e11
commit dc8d0bb165

View File

@@ -0,0 +1,8 @@
{
"profiles": {
"InternalAnalyzers Debug": {
"commandName": "DebugRoslynComponent",
"targetProject": "..\\Terminal.Gui.Analyzers.Internal.Debugging\\Terminal.Gui.Analyzers.Internal.Debugging.csproj"
}
}
}