Преглед на файлове

Make the build task the default task to run

habeebweeb преди 4 години
родител
ревизия
85f9749214
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  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"
         }