mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-26 18:27:38 +01:00
@@ -100,7 +100,7 @@ function getResourceToLoad(
|
||||
|
||||
function containsResource(root: URI, resource: URI): boolean {
|
||||
if (root.scheme !== resource.scheme) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
let rootPath = root.fsPath + (root.fsPath.endsWith(sep) ? '' : sep);
|
||||
|
||||
Reference in New Issue
Block a user