Explorar o código

fix launch settings to not launch a scenario

Charlie Kindel %!s(int64=5) %!d(string=hai) anos
pai
achega
79293ff90a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      UICatalog/Properties/launchSettings.json

+ 2 - 2
UICatalog/Properties/launchSettings.json

@@ -1,8 +1,8 @@
 {
   "profiles": {
     "UICatalog": {
-      "commandName": "Project",
-      "commandLineArgs": "HexEditor"
+      "commandName": "Project"
+
     }
   }
 }