diff --git a/UICatalog/Properties/launchSettings.json b/UICatalog/Properties/launchSettings.json index 9a4d02e14..dec0cb3fe 100644 --- a/UICatalog/Properties/launchSettings.json +++ b/UICatalog/Properties/launchSettings.json @@ -52,7 +52,12 @@ "commandLineArgs": "\"Windows & FrameViews\"" }, "Docker": { - "commandName": "Docker" + "commandName": "Docker" + }, + "UICatalog WT": { + "commandName": "Executable", + "executablePath": "wt", + "commandLineArgs": "UICatalog.exe" } } } \ No newline at end of file