Переглянути джерело

Change build task to show terminal for errors

habeebweeb 4 роки тому
батько
коміт
1cbbd58d02
1 змінених файлів з 9 додано та 1 видалено
  1. 9 1
      COM3D2.MeidoPhotoStudio.Plugin/.vscode/tasks.json

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

@@ -21,7 +21,15 @@
                 "isDefault": true
             },
             // Use the standard MS compiler pattern to detect errors, warnings and infos
-            "problemMatcher": "$msCompile"
+            "problemMatcher": "$msCompile",
+            "presentation": {
+                "echo": true,
+                "reveal": "silent",
+                "focus": false,
+                "panel": "shared",
+                "showReuseMessage": false,
+                "clear": false
+            }
         }
     ]
 }