Skip to content

Commit

Permalink
Auto-update tasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Jun 10, 2021
1 parent be9a2c4 commit dd415d5
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"version": "2.0.0",
"command": "make",
"isShellCommand": true,
"args": [],
"showOutput": "always"
"tasks": [
{
"label": "make",
"type": "shell",
"command": "make",
"problemMatcher": [],
"group": "build"
}
]
}

0 comments on commit dd415d5

Please sign in to comment.