Skip to content

v0.2.0 - 2025-04-03

Compare
Choose a tag to compare
@rcjsuen rcjsuen released this 03 Apr 11:22
· 41 commits to main since this release
57aa32b

Added

  • Dockerfile

    • textDocument/publishDiagnostics
      • introduce a setting to ignore certain diagnostics to not duplicate the ones from the Dockerfile Language Server
  • Docker Bake

    • textDocument/completion
      • suggest network attributes when the text cursor is inside of a string
  • telemetry

    • records the language identifier of modified files, this will only include Dockerfiles, Bake files, and Compose files

Fixed

  • Docker Bake
    • textDocument/definition
      • always return LocationLinks to help disambiguate word boundaries for clients (#31)