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
i was previously using repository.onDidRunOperation() for adding an event listener.
upon updating to the latest version.
it seems onDidRunOperation is no longer available?
it is not so much that onDidRunOperation is not available but the actual repository resource is completely gone.
i am unable to locate the repository resource that was previously available from the git extension api that is returned from useGitApi()
Is there at least somewhere i can find the changes that were made so i can get my extension going again?
the documentation surrounding the git extension API is abismal. I'm NOT the first to complain about it's lack of support!
thank you for any help anyone might provide.
The text was updated successfully, but these errors were encountered:
here are two screen shots of the useGitApi()
running VSCode 1.95 a call to useGitApi().repositories returns an array of resources which have a repository available.
now in version 1.97 a call to useGitApi().repositories still returns an array, but the resources do not have the repository property anymore...
this extension API needs MORE features not less...
Does this issue occur when all extensions are disabled?: Yes/No
i wrote an extension that allows you to run some git commands using the keyboard.
https://github.com/Bluesteel-Software/git-stage-file
i was previously using
repository.onDidRunOperation()
for adding an event listener.upon updating to the latest version.
it seems onDidRunOperation is no longer available?
it is not so much that onDidRunOperation is not available but the actual
repository
resource is completely gone.i am unable to locate the repository resource that was previously available from the git extension api that is returned from
useGitApi()
Is there at least somewhere i can find the changes that were made so i can get my extension going again?
the documentation surrounding the git extension API is abismal. I'm NOT the first to complain about it's lack of support!
thank you for any help anyone might provide.
The text was updated successfully, but these errors were encountered: