Skip to content

Commit

Permalink
Added path to allowed variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatolii Bolshakov (Akvelon INC) authored and EzzhevNikita committed Apr 2, 2021
1 parent fe7196f commit ffce709
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Tasks/UsePythonVersionV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"mode": "restricted"
},
"settableVariables": {
"allowed": ["pythonLocation"]
"allowed": ["pythonLocation", "PATH"]
}
}
}
2 changes: 1 addition & 1 deletion Tasks/UsePythonVersionV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"mode": "restricted"
},
"settableVariables": {
"allowed": ["pythonLocation"]
"allowed": ["pythonLocation", "PATH"]
}
}
}
2 changes: 1 addition & 1 deletion Tasks/UseRubyVersionV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"mode": "restricted"
},
"settableVariables": {
"allowed": ["rubyLocation"]
"allowed": ["rubyLocation", "PATH"]
}
}
}
5 changes: 4 additions & 1 deletion Tasks/UseRubyVersionV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@
"mode": "restricted"
},
"settableVariables": {
"allowed": ["rubyLocation"]
"allowed": [
"rubyLocation",
"PATH"
]
}
}
}

0 comments on commit ffce709

Please sign in to comment.