On the first line in my bitbucket-pipelines.yml file, I get a red squiggle under the first letter. Doesn't matter what's in the file, as soon as I start typing I get the message.
I'm running:
- vscode (1.95.3)
- Atlassian plugin (3.0.13)
The full error I get is:
$ref '/components/schemas/cloud' in 'file:///Users/user/.vscode/extensions/atlassian.atlascode-3.0.13/resources/schemas/pipelines-schema.json' can not be resolved.YAML(768)
Has anyone else experienced this, and is there a best-practice way to fix it? What I did was I opened the file listed in the error, searched for the $ref, which was in the runtime section starting on line 566, and deleted the property with the problematic $ref. Now at least I've got it working again as long as I don't need that particular setting....