From 79293ff90a4b26ec8d2d41907df554526d0e5c8f Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Wed, 20 May 2020 16:24:35 -0600 Subject: [PATCH] fix launch settings to not launch a scenario --- UICatalog/Properties/launchSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UICatalog/Properties/launchSettings.json b/UICatalog/Properties/launchSettings.json index 1d6b7542f..3941ffe72 100644 --- a/UICatalog/Properties/launchSettings.json +++ b/UICatalog/Properties/launchSettings.json @@ -1,8 +1,8 @@ { "profiles": { "UICatalog": { - "commandName": "Project", - "commandLineArgs": "HexEditor" + "commandName": "Project" + } } } \ No newline at end of file