|
|
@ -56,6 +56,11 @@ export class VslsGitProvider extends LocalGitProvider { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
override canHandlePathOrUri(scheme: string, pathOrUri: string | Uri): string | undefined { |
|
|
|
// TODO@eamodio To support virtual repositories, we need to verify that the path is local here (by converting the shared path to a local path)
|
|
|
|
return super.canHandlePathOrUri(scheme, pathOrUri); |
|
|
|
} |
|
|
|
|
|
|
|
override getAbsoluteUri(pathOrUri: string | Uri, base: string | Uri): Uri { |
|
|
|
pathOrUri = addVslsPrefixIfNeeded(pathOrUri); |
|
|
|
|
|
|
|