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
Hey there! It seems like as part of microsoft/vscode#170838repository.state.refs is deprecated and returns an empty array always. Hence commands using refs (e.g. checkout) doesn't work correctly. Currently, this only affects VSCode Insiders but I believe this change will land in the stable version too.
As a solution they recommend using the newly added repository.getRefs() function instead.
The text was updated successfully, but these errors were encountered:
Hey there! It seems like as part of microsoft/vscode#170838
repository.state.refs
is deprecated and returns an empty array always. Hence commands usingrefs
(e.g. checkout) doesn't work correctly. Currently, this only affects VSCode Insiders but I believe this change will land in the stable version too.As a solution they recommend using the newly added
repository.getRefs()
function instead.The text was updated successfully, but these errors were encountered: