Skip to content

[Concourse] VSCode extension doesn't understand glob patterns in group config #639

Closed
@ringods

Description

@ringods

Describe the bug
The Concourse extension in VSCode complains on glob patterns in groups configuration.

https://concourse-ci.org/pipelines.html#schema.group_config

To Reproduce

Use the sample from below. Although incomplete to be used in a real Concourse setup, it shows the error being reported clearly:

Screenshot 2021-05-10 at 08 30 34

On top of that, the reverse problem of a job not being part of a group is also reported:

Screenshot 2021-05-10 at 08 30 44

Sample

groups:
- name: build
  jobs:
    - "ci-*"

jobs:
- name: ci-project-one
  plan:
  - task: gradle-build
    file: gradle-build-dcind.yml

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions