0.10.0 - 2025-06-12
Added
- Dockerfile
- textDocument/publishDiagnostics
- provide code actions to easily ignore build checks (docker/docker-language-server#320)
- textDocument/publishDiagnostics
- Compose
- textDocument/completion
- add support for suggesting
include
properties (docker/docker-language-server#316)
- add support for suggesting
- textDocument/completion
Fixed
- Compose
- textDocument/completion
- fix error case triggered by using code completion before the first node (docker/docker-language-server#314)
- textDocument/definition
- check the type of a dependency node's value before assuming it is a map and recursing into it (docker/docker-language-server#324)
- textDocument/hover
- protect the processing of included files if the node is not a proper array (docker/docker-language-server#322)
- textDocument/completion
- Bake
- textDocument/inlineCompletion
- check that the request is within the document's bounds when processing the request (docker/docker-language-server#318)
- textDocument/inlineCompletion