Browse Source

fix launch settings to not launch a scenario

Charlie Kindel 5 năm trước cách đây
mục cha
commit
79293ff90a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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"
+
     }
   }
 }