Skip to content

v0.15.0 - 2025-08-06

Latest
Compare
Choose a tag to compare
@rcjsuen rcjsuen released this 06 Aug 17:15
b69492a

Added

  • Compose
    • textDocument/completion
      • provide local file and folder name suggestions when modifying simple strings
        • service volumes (#376)
        • context attribute of a build object of a service (#403)
        • dockerfile attribute of a build object of a service (#403)
        • file attribute of a credential_spec object of a service (#403)
        • env_file of a service (#403)
        • path attribute of an env_file array item of a service (#403)
        • file attribute of an extends object of a service (#403)
        • label_file of a service (#403)
        • file attribute of a config (#403)
        • file attribute of a secret (#403)
        • string items of include objects (#403)
        • env_file attribute of include objects (#403)
        • path attribute of include objects (#403)

Fixed

  • Compose
    • textDocument/completion
      • fix build stage lookups for files in a folder under the \\wsl$ host (#382)
    • textDocument/documentLink
      • improve handling of malformed image attribute values with registry prefixes (#369)
      • convert links properly if a WSL URI with a dollar sign is used (#366)
  • Bake
    • textDocument/codeLens
      • refactor the URI handling code so it will accept a WSL URI with a dollar sign (#388)
    • textDocument/completion
      • fix build stage and ARG name inference completion items for files in a folder under the \\wsl$ host (#396)
    • textDocument/definition
      • handle WSL URIs with a dollar sign properly to fix build stage lookups on those hosts (#390)
      • handle WSL URIs with a dollar sign properly to fix build ARG reference lookups on those hosts (#393)
    • textDocument/documentLink
      • convert links properly if a WSL URI with a dollar sign is used (#378)
    • textDocument/inlayHint
      • refactor the URI handling code so it will process a WSL URI with a dollar sign correctly (#395)
    • textDocument/inlineCompletion
      • convert links properly if a WSL URI with a dollar sign is used (#384)
    • textDocument/publishDiagnostics
      • update the URI handling so that a WSL URI with a dollar sign can be scanned for errors (#386)