Explorar el Código

fix launch settings to not launch a scenario

Charlie Kindel hace 5 años
padre
commit
79293ff90a
Se han modificado 1 ficheros con 2 adiciones y 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"
+
     }
   }
 }