Parcourir la source

Added debug profile for Windows Terminal.

BDisp il y a 2 ans
Parent
commit
885ccb60e4
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6 1
      UICatalog/Properties/launchSettings.json

+ 6 - 1
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"
     }
   }
 }