diff --git a/Analyzers/Terminal.Gui.Analyzers.Internal/Properties/launchSettings.json b/Analyzers/Terminal.Gui.Analyzers.Internal/Properties/launchSettings.json new file mode 100644 index 000000000..639272733 --- /dev/null +++ b/Analyzers/Terminal.Gui.Analyzers.Internal/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "InternalAnalyzers Debug": { + "commandName": "DebugRoslynComponent", + "targetProject": "..\\Terminal.Gui.Analyzers.Internal.Debugging\\Terminal.Gui.Analyzers.Internal.Debugging.csproj" + } + } +} \ No newline at end of file