Selaa lähdekoodia

Added debug profile for Windows Terminal.

BDisp 2 vuotta sitten
vanhempi
commit
885ccb60e4
1 muutettua tiedostoa jossa 6 lisäystä ja 1 poistoa
  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"
     }
   }
 }