Parcourir la source

fix launch settings to not launch a scenario

Charlie Kindel il y a 5 ans
Parent
commit
79293ff90a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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"
+
     }
   }
 }