Skip to content

Commit de2c8ba

Browse files
authored
Apply JSON schema to task.json files in VS Code (#421)
Utility for developers working on this project: apply Microsoft's Azure Pipelines Tasks JSON schema to all of our `task.json` files.
1 parent 62d2a6a commit de2c8ba

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,11 @@
99
"build": true,
1010
"package": true,
1111
".vscode": true
12-
}
12+
},
13+
"json.schemas": [
14+
{
15+
"fileMatch": ["/task.json"],
16+
"url": "https://raw.githubusercontent.com/Microsoft/azure-pipelines-task-lib/master/tasks.schema.json"
17+
}
18+
]
1319
}

0 commit comments

Comments
 (0)