Skip to content

Commit

Permalink
Update schema to support showEnvironmentBlock (#350)
Browse files Browse the repository at this point in the history
* Update schema to support showEnvironmentBlock
  • Loading branch information
darthwillis committed May 2, 2018
1 parent 8a1a8a9 commit 2904356
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks.schema.json
Expand Up @@ -29,6 +29,13 @@
"author": {
"type": "string"
},
"preview": {
"type": "boolean"
},
"showEnvironmentVariables": {
"type": "boolean"

This comment has been minimized.

Copy link
@nil4

nil4 May 5, 2018

missing comma between type and description

"description": "Toggles showing the environment variable editor in the task editor UI. Allows passing environment variables to script based tasks."
},
"runsOn": {
"type": "array",
"items": {
Expand Down

0 comments on commit 2904356

Please sign in to comment.