From 885ccb60e4628b36b860562829970879cf55c5fb Mon Sep 17 00:00:00 2001 From: BDisp Date: Thu, 10 Aug 2023 02:52:58 +0100 Subject: [PATCH] Added debug profile for Windows Terminal. --- UICatalog/Properties/launchSettings.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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