Releases: microsoft/compose-language-service
Releases · microsoft/compose-language-service
v0.2.0
Breaking Changes
- The
ComposeLanguageClientCapabilities
type has been moved fromlib/client/DocumentSettings
tolib/client/ClientCapabilities
Added
- The client can now specify whether an alternative YAML language service is present (e.g., from the YAML extension), selectively disabling features of this language service. #122
v0.1.3
v0.1.2
v0.1.1
v0.1.0
v0.0.5-alpha
v0.0.4-alpha
Fixed
- Removes test-scenario postinstall script as it was preventing installation.
v0.0.3-alpha
Fixed
- A handful of minor bugs relating to position logic (especially affecting hover).
v0.0.2-alpha
Added
- Significantly more completions have been added
Removed
- Removed signature help for ports, in favor of completions instead
v0.0.1-alpha
Added
- Initial release!
- Hyperlinks to Docker Hub for images
- Hover info for many common Compose keys
- Signature help for ports
- Completions for volume mappings
- Diagnostics (currently validates correct YAML only, does not enforce Compose schema)
- Document formatting