Skip to content

Commit c607604

Browse files
anandlalvbsean-mcmanus
authored andcommitted
"taskName" changed to "label" as per version 2.0.0 (#2741)
https://code.visualstudio.com/docs/editor/tasks#_migrating-to-tasks-200
1 parent 460b959 commit c607604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Code Samples/Fib/.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": "build",
7+
"label": "build",
88
"type": "shell",
99
"group": {
1010
"kind": "build",
@@ -47,4 +47,4 @@
4747
}
4848
}
4949
]
50-
}
50+
}

0 commit comments

Comments
 (0)