@@ -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
+ }
}
]