You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works fine in Concourse, but the VScode plugin shows the following problems:
'gcs' is an unknown 'SemverDriver'. Valid values are: [git, s3, swift]
Unknown property 'bucket' for type 'SemverSource'
Unknown property 'key' for type 'SemverSource'
Unknown property 'json_key' for type 'SemverSource'
When support for semver was added to our editor, there was no 'gcs' resource. So thanks for the report. We really rely on reports like this to inform us when schema needs updating / fixing.
Hi,
I have the following resource defined in my pipeline:
This works fine in Concourse, but the VScode plugin shows the following problems:
Can this support be enabled? It is documented here: https://github.com/concourse/semver-resource
The text was updated successfully, but these errors were encountered: