v0.2.0 - 2025-04-03
Added
-
Dockerfile
- textDocument/publishDiagnostics
- introduce a setting to ignore certain diagnostics to not duplicate the ones from the Dockerfile Language Server
- textDocument/publishDiagnostics
-
Docker Bake
- textDocument/completion
- suggest network attributes when the text cursor is inside of a string
- textDocument/completion
-
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)
- textDocument/definition