v0.17.0 - 2025-09-17
Added
- Dockerfile
- textDocument/codeAction
InvalidBaseImagePlatformwarnings can now be ignored with a code action (docker/docker-language-server#464)
- textDocument/codeAction
- Bake
- textDocument/publishDiagnostics
- flag
annotationsin atargetblock without an equals sign as an error (docker/docker-language-server#99)
- flag
- textDocument/publishDiagnostics
Fixed
- Dockerfile
- textDocument/inlayHint
- handle inlay hints asynchronously so that it does not block other LSP messages when trying to fetch image data (docker/docker-language-server#467)
- textDocument/inlayHint
- Compose
- textDocument/documentLink
- return document links for files referenced in the short-form
volumesattribute of a service object (docker/docker-language-server#460) - return document links for files referenced in the long-form
volumesattribute of a service object that has a bind mount (docker/docker-language-server#462)
- return document links for files referenced in the short-form
- textDocument/documentLink
Removed
- the experimental
docker.extension.enableBuildDebuggingsetting has been removed and the build debugging features are now enabled by default