Skip to content

v0.18.0 - 2025-08-25

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Aug 20:17
· 9 commits to main since this release
3ec833a

Added

  • Compose
    • textDocument/definition
      • support jumping to service references in the volumes_from attribute of a service object (#452)
    • textDocument/documentHighlight
      • support highlighting service references in the volumes_from attribute of a service object (#452)
    • textDocument/prepareRename
      • support preparing renames for services in the volumes_from attribute of a service object (#452)
    • textDocument/rename
      • support renaming service referencesin the volumes_from attribute of a service object (#452)

Fixed

  • Compose
    • textDocument/documentHighlight
      • prevent file and folder bind mounts from returning results as they are not valid volume object references (#450)
    • textDocument/prepareRename
      • prevent file and folder bind mounts from returning results as they are not valid volume object references (#450)
    • textDocument/rename
      • prevent file and folder bind mounts from returning results as they are not valid volume object references (#450)