Explorar o código

Added debug profile for Windows Terminal.

BDisp %!s(int64=2) %!d(string=hai) anos
pai
achega
885ccb60e4
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  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"
     }
   }
 }