Vcs related problem
Answered
I try to get VcsVirtuaFile like the AnnotateVcsVirtualFileAction.extractData does. But it shows me the file is not instance of VcsVirtualFile or ContentRevisionVirtualFile. Do I miss something? Thank you.
Please sign in to leave a comment.
Do you need to create a new file or get an existing one from context?
What should it do?
An existing one. The file passed to the extractData is not a VcsVirtualFile. I want to extend the Annotate view of the Git plugin. So I try to implement it as the original one does. But I get the VirtualFile from the event is not a VcsVirtualFile. Do I miss something? Thank you.
Thank you. I see. What I'm looking for is the AnnotateLocalFileAction instead of AnnotateVcsVirtualFileAction.