Skip to content

Commit c3c57ae

Browse files
committed
1 parent eab8ca7 commit c3c57ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/git/src/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ export class Model {
392392
if (hint instanceof Uri) {
393393
let resourcePath: string;
394394

395-
if (hint.scheme === 'git') {
395+
if (hint.scheme === 'git' || hint.scheme === 'gitfs') {
396396
resourcePath = fromGitUri(hint).path;
397397
} else {
398398
resourcePath = hint.fsPath;

0 commit comments

Comments
 (0)