Skip to content

Instantly share code, notes, and snippets.

View mauro1998's full-sized avatar
🎯
Focusing

Mauro Aguilar mauro1998

🎯
Focusing
View GitHub Profile
@mauro1998
mauro1998 / vscode-default-problem-matchers.js
Last active May 20, 2020 23:38
Default problem matchers for vscode tasks
export enum ProblemLocationKind {
File,
Location
}
class ProblemPatternRegistryImpl implements IProblemPatternRegistry {
// ...
private fillDefaults(): void {
this.add('msCompile', {