Skip to content

Commit 9239ad7

Browse files
committed
feat: specify task problem matcher to null
1 parent 968cadd commit 9239ad7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/tasks.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
{
77
"label": "run main program",
88
"type": "shell",
9-
"command": "python3 main.py"
9+
"command": "python3 main.py",
10+
"problemMatcher": []
1011
}
1112
]
1213
}

0 commit comments

Comments
 (0)