-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also work with keyboard nav #7
Comments
That error makes sense since the extension opens Git Extensions based on the current file or folder that you right-click. TBH, I never thought of that one. That said, how would you have the command to work (both in a folder and in a workspace)? |
I would assume the most sensible thing would be to have the command look at the active window, to figure out the path of the file open there...? (When not invoked with a target file / folder) |
How about the following?
EDIT:
|
Is this something that you or others would use? If yes, what's your use-case? I don't mind looking into this when I have the chance, but only if it is useful, not as a missing feature that no one will ever use or care. |
I feel its useful to have it open the repository of the current file. I typically use |
I use |
In VSCode most commands can be invoked with autocomplete at the
Ctrl-Shift-P
prompt.When you select "Browse with Git Extensions" here, however, you get an error:
Command 'Browse with Git Extensions' resulted in an error (Cannot read property 'fsPath' of undefined)
The text was updated successfully, but these errors were encountered: