Kaynağa Gözat

Make the build task the default task to run

habeebweeb 4 yıl önce
ebeveyn
işleme
85f9749214

+ 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"
         }