Sts4: [vscode Concourse extension] Step and properties not recognized

Created on 3 May 2021  路  2Comments  路  Source: spring-projects/sts4

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
vscode concourse-support enhancement

Most helpful comment

it seems to work fine! Thanks!

All 2 comments

@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

it seems to work fine! Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dsyer picture dsyer  路  7Comments

stephenlam520 picture stephenlam520  路  10Comments

lneumeier picture lneumeier  路  8Comments

Samet-MohamedAmin picture Samet-MohamedAmin  路  6Comments

khe817 picture khe817  路  11Comments