Skip to content

Commit 97a635b

Browse files
shubhambhattarbobbrow
authored andcommitted
"taskName" changed to "label" as per version 2.0.0 (#1713)
Reference Link: https://code.visualstudio.com/docs/editor/tasks#_migrating-to-tasks-200
1 parent f5a2192 commit 97a635b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Code Samples/SampleClangProject/.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "2.0.0",
55
"tasks": [
66
{
7-
"taskName": "clang++",
7+
"label": "clang++",
88
"command": "clang++ --debug -o main.exe main.cpp",
99
// "--debug" enables debugging symbols
1010
// "-o main.exe" specifies the output executable
@@ -16,4 +16,4 @@
1616
}
1717
}
1818
]
19-
}
19+
}

0 commit comments

Comments
 (0)