This commit is contained in:
Joao Moreno 2019-12-09 19:17:41 +01:00
parent eab8ca79dc
commit c3c57ae3a0

View file

@ -392,7 +392,7 @@ export class Model {
if (hint instanceof Uri) {
let resourcePath: string;
if (hint.scheme === 'git') {
if (hint.scheme === 'git' || hint.scheme === 'gitfs') {
resourcePath = fromGitUri(hint).path;
} else {
resourcePath = hint.fsPath;