Bläddra i källkod

Make the build task the default task to run

habeebweeb 4 år sedan
förälder
incheckning
85f9749214
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4 1
      COM3D2.MeidoPhotoStudio.Plugin/.vscode/tasks.json

+ 4 - 1
COM3D2.MeidoPhotoStudio.Plugin/.vscode/tasks.json

@@ -16,7 +16,10 @@
                 // Do not generate summary otherwise it leads to duplicate errors in Problems panel
                 "/consoleloggerparameters:NoSummary"
             ],
-            "group": "build",
+            "group": {
+                "kind": "build",
+                "isDefault": true
+            },
             // Use the standard MS compiler pattern to detect errors, warnings and infos
             "problemMatcher": "$msCompile"
         }