Refactors the quickpick menus
Consolidated lots of duplicate functionality go back navigation should be robust now
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ export class GitUri extends Uri {
|
||||
}
|
||||
|
||||
fileUri() {
|
||||
return Uri.file(this.fsPath);
|
||||
return Uri.file(this.sha ? this.path : this.fsPath);
|
||||
}
|
||||
|
||||
static fromUri(uri: Uri, git?: GitProvider) {
|
||||
|
||||
Reference in New Issue
Block a user