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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Breaking Changes
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.