Browse Source

Change build task to show terminal for errors

habeebweeb 4 years ago
parent
commit
1cbbd58d02
1 changed files with 9 additions and 1 deletions
  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
+            }
         }
     ]
 }