[vscode-concourse] missing params in extension
See original GitHub issue@kdvolder as you mentioned in #64 I have a list of two more missing params.
git-resource - put - params - merge: Unknown property 'merge' for type 'GitPutParams'
pipeline job - plan - task - on_abort: Unknown property 'on_abort' for type 'TaskStep'
I believe in combination with the others you noted in #64 are all the missing items I’ve encountered. Thanks so much for helping with this.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
C# using params and extension methods - Stack Overflow
It looks like you're missing the params keyword... public static DalRow EasyRetrieveSingle(this DalRow dalRow, params object[] parameters).
Read more >Param Miner - PortSwigger
This extension identifies hidden, unlinked parameters. It's particularly useful for finding web cache poisoning vulnerabilities.
Read more >Reinitialize a Parameter - Param - HoloViz Discourse
How does one reinitialize a parameter back to its initial settings. ... import param import panel as pn pn.extension() class Form(param.
Read more >Parameters are missing "dimension" lines, arrows, and ...
This is a partial fix because the dimension lines and extension lines reappear, but the arrows do not. Ultimate workaround: Copy the dynamic ......
Read more >Getting Hurt With Swift Protocol Extensions & Default ...
Overview; Protocol Extensions; Default Parameter Values; The Threat; The Suggestions. Adding the missing default parameters values also in ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Delivered fixes for all of the following:
on_abort: added toJoband allStepmerge: added toGitPutParamsnotes: added toGitPutParamsmergeandrebaseinGitPutParamsshould not both be defined at the same time.Snapshot available for testing/use here: http://dist.springsource.com/snapshot/STS4/nightly-distributions.html
(comment in Pivotal Tracker added by Alex Boyko:)
Verified with release Atom concourse package 0.4.0 from the Atom marketplace