提交 fca40a8f 编写于 作者: S Sandeep Somavarapu

#47154 Ignore case for non file schema providers

上级 f827ac0a
......@@ -338,7 +338,7 @@ export class FileServiceBasedFolderConfiguration extends AbstractFolderConfigura
return paths.normalize(relative(this.folder.fsPath, resource.fsPath));
}
} else {
if (paths.isEqualOrParent(resource.path, this.folder.path, false /* ignorecase */)) {
if (paths.isEqualOrParent(resource.path, this.folder.path, true /* ignorecase */)) {
return paths.normalize(relative(this.folder.path, resource.path));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册