Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vscode Concourse extension] Step and properties not recognized #633

Closed
ThibaultDelaune-pro opened this issue May 3, 2021 · 2 comments
Closed
Assignees
Labels

Comments

@ThibaultDelaune-pro
Copy link

Expected Behavior
Every properties from the current Concourse pipeline descriptor specification should be recognized by the extension.
Including old_name on resources (cf. doc) and load_var steps (cf doc).

Current Behavior (with v1.25.1)
If I try to specify an old_name on a resource, the extension marks it as an error : Unknown property 'old_name' for type 'Resource'(YamlSchemaProblem).

If I put a load_var step, I get the error Unknown property 'load_var' for type 'Step'(YamlSchemaProblem)

Context

jobs:
  - name: test
    plan:
      - get: my-sources      
      - load_var: test-load
        file: my-sources/test-file

resources:
  - name: my-sources
    old_name: your-sources
    type: git
    source:
      uri: ssh://git@my_repo/my-sources.git
      branch: master
@kdvolder
Copy link
Member

kdvolder commented May 5, 2021

@ThibaultDelaune-pro Thanks for reporting this!

This should be working now in the latest snapshot build. (It can be downloaded here if you want to try it out: http://dist.springsource.com/snapshot/STS4/nightly-distributions.html

@kdvolder kdvolder closed this as completed May 5, 2021
@ThibaultDelaune-pro
Copy link
Author

it seems to work fine! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants