소스 검색

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