question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[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:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
kdvoldercommented, Jul 17, 2018

Delivered fixes for all of the following:

  • on_abort: added to Job and all Step
  • merge: added to GitPutParams
  • notes: added to GitPutParams
  • Validation that merge and rebase in GitPutParams should not both be defined at the same time.

Snapshot available for testing/use here: http://dist.springsource.com/snapshot/STS4/nightly-distributions.html

0reactions
spring-projects-issuescommented, Jul 23, 2018

(comment in Pivotal Tracker added by Alex Boyko:)

Verified with release Atom concourse package 0.4.0 from the Atom marketplace

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found