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
In 1.61.0 VS Code shipped action buttons for the SCM view.
I initially thought that the changes to the API required for us to add our own SCM action buttons landed with that release but it turns out that I was wrong.
We will be able to use the action button pattern to prompt users to sync with their default remote once they have committed changes. I put together a POC here with most of the required changes to implement our own button.
We need to wait for the changes to become available in the stable API and then we will be able to revisit.
The text was updated successfully, but these errors were encountered:
In
1.61.0
VS Code shipped action buttons for the SCM view.I initially thought that the changes to the API required for us to add our own SCM action buttons landed with that release but it turns out that I was wrong.
We will be able to use the action button pattern to prompt users to
sync
with their default remote once they have committed changes. I put together a POC here with most of the required changes to implement our own button.We need to wait for the changes to become available in the stable API and then we will be able to revisit.
The text was updated successfully, but these errors were encountered: