提交 39df5830 编写于 作者: B Benjamin Pasero

config resolver: use slash for relativeFile as before (for #40256)

上级 85831ea2
......@@ -70,7 +70,7 @@ export class ConfigurationResolverService implements IConfigurationResolverServi
}
private get relativeFile(): string {
return (this.workspaceRoot) ? relative(this.workspaceRoot, this.file) : this.file;
return (this.workspaceRoot) ? paths.normalize(relative(this.workspaceRoot, this.file)) : this.file;
}
private get fileBasename(): string {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册