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
A new proposed API has been introduced in vscode 1.83 and is used by the git builtin extension: vscode.proposed.scmInputBoxActionButton.d.ts.
As for #13064, this new proposed API only adds a new optional Property ( actionButton ) and a new type only used by this Property ( SourceControlInputBoxActionButton ). No need to stub this API currently.
The text was updated successfully, but these errors were encountered:
A new proposed API has been introduced in vscode 1.83 and is used by the git builtin extension: vscode.proposed.scmInputBoxActionButton.d.ts.
As for #13064, this new proposed API only adds a new optional Property (
actionButton
) and a new type only used by this Property (SourceControlInputBoxActionButton
). No need to stub this API currently.The text was updated successfully, but these errors were encountered: