Sfoglia il codice sorgente

Added debug profile for Windows Terminal.

BDisp 2 anni fa
parent
commit
885ccb60e4
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  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"
     }
   }
 }