Delete tasks.json

This commit is contained in:
Latitude17 2018-02-17 22:53:18 -07:00 committed by GitHub
parent 235a77d788
commit 5903512aaf
1 changed files with 0 additions and 22 deletions

22
.vscode/tasks.json vendored
View File

@ -1,22 +0,0 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "mos",
"problemMatcher": {
"owner": "cpp",
"fileLocation": ["relative", "${workspaceRoot}"],
"pattern": {
"regexp": "^(.*):(\\d+):(\\d+):\\s+(warning|error):\\s+(.*)$",
"file": 1,
"line": 2,
"column": 3,
"severity": 4,
"message": 5
}
}
}
]
}