diff --git a/contrib/ide/vscode/tasks.json b/contrib/ide/vscode/tasks.json index ac42806d67..a9876f7101 100644 --- a/contrib/ide/vscode/tasks.json +++ b/contrib/ide/vscode/tasks.json @@ -2,7 +2,7 @@ "version": "2.0.0", "tasks": [ { - "taskName": "Build", + "label": "Build", "type": "shell", "command": "go", "group": "build", @@ -25,7 +25,7 @@ "problemMatcher": ["$go"] }, { - "taskName": "Build (with SQLite3)", + "label": "Build (with SQLite3)", "type": "shell", "command": "go", "group": "build",