compose-spec / compose-spec

The Compose specification

Home Page:https://compose-spec.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compose-spec.json does not contain Replace Value tags (from Docker Compose 2.24.4)

inostia opened this issue · comments

What is the problem you're trying to solve
schema/compose-spec.json does not contain the !override tag as documented here.

Describe the solution you'd like
Add the Replace Value tags available from Docker Compose version 2.24.4 to the schema/compose-spec.json file.

Additional context
This is causing VSCode to render an error with "Unresolved tag":
image

Misunderstood this VS Code error I think.