You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TelemetryEvent, AlternateYamlLanguageServiceClientCapabilities, and DocumentSettings* types have moved from lib/client/* to @microsoft/compose-language-service/client.
Added
An entrypoint was added for client. This is intended for use by any client to help with interacting with this language service.
An entrypoint was added for vscode. This is intended for use by VS Code in particular to help with interacting with this language service.
An ESM build of the entire package is now included, in addition to the prior CJS build.
The ComposeLanguageClientCapabilities type has been moved from lib/client/DocumentSettings to lib/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