From 101fbd0ee26f1cdd1f51353384674acc3023e73d Mon Sep 17 00:00:00 2001 From: Peter Blazejewicz Date: Thu, 9 Nov 2017 22:45:28 +0100 Subject: [PATCH] Replace deprecated property in tasks template with updated one The taksName is deprecated: Microsoft/vscode#29852 Thansk! --- src/template-files.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template-files.ts b/src/template-files.ts index 08dbb2c5c..12c84c967 100644 --- a/src/template-files.ts +++ b/src/template-files.ts @@ -10,7 +10,7 @@ export const tasksJson: {} = { version: '2.0.0', tasks: [ { - taskName: localize('azFunc.launchFuncApp', 'Launch Function App'), + label: localize('azFunc.launchFuncApp', 'Launch Function App'), identifier: taskId, type: 'shell', command: 'func host start',