Skip to content

Commit

Permalink
"taskName" changed to "label" as per version 2.0.0 (#1713)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhambhattar authored and bobbrow committed Mar 21, 2018
1 parent f5a2192 commit 97a635b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code Samples/SampleClangProject/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"taskName": "clang++",
"label": "clang++",
"command": "clang++ --debug -o main.exe main.cpp",
// "--debug" enables debugging symbols
// "-o main.exe" specifies the output executable
Expand All @@ -16,4 +16,4 @@
}
}
]
}
}

0 comments on commit 97a635b

Please sign in to comment.