-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: concourse-supporttype: bug
Milestone
Description
Describe the bug
Concourse CI Pipeline Editor VSCode extensions are falsely reporting a problem with instance_vars.
Error message:
Unknown property 'instance_vars' for type 'SetPipelineStep'vscode-concourse(YamlSchemaProblem)
To Reproduce
---
resources:
- name: concourse
type: git
icon: github
source:
uri: https://github.com/concourse/concourse.git
branch: main
jobs:
- name: example
plan:
- get: concourse
- set_pipeline: examples
file: concourse/pipelines/example.yml
instance_vars:
pipeline: example
var_files:
- concourse/parameters/example.yml
Fix
Please add instance_vars to concourse schema.
Metadata
Metadata
Assignees
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: concourse-supporttype: bug