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
as documented by #14399, mappedEditProviders proposed API has evolved with VS Code 1.95. This API is used by Typescript builtins and may need some evolution.
The type of the property codeBlocks of the interface MappedEditsRequest now has an additional optional markdownBeforeBlock
Some eslint ignored rules comments were added
readonly result?: ChatResult property has been added to ConversationResponse
The text was updated successfully, but these errors were encountered:
as documented by #14399, mappedEditProviders proposed API has evolved with VS Code 1.95. This API is used by Typescript builtins and may need some evolution.
codeBlocks
of the interfaceMappedEditsRequest
now has an additional optionalmarkdownBeforeBlock
readonly result?: ChatResult
property has been added toConversationResponse
The text was updated successfully, but these errors were encountered: