Skip to content

Commit

Permalink
Replace deprecated property in tasks template with updated one
Browse files Browse the repository at this point in the history
The taksName is deprecated:
microsoft/vscode#29852

Thansk!
  • Loading branch information
peterblazejewicz committed Nov 9, 2017
1 parent 7620055 commit 101fbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 101fbd0

Please sign in to comment.