提交 815b1a9c 编写于 作者: I isidor

fixes #5778

上级 254d100d
......@@ -15,7 +15,7 @@ export class Source {
private static INTERNAL_URI_PREFIX = 'debug://internal/';
constructor(public raw: DebugProtocol.Source, available = true) {
this.uri = raw.path ? uri.file(raw.path) : uri.parse(Source.INTERNAL_URI_PREFIX + raw.name);
this.uri = raw.path ? uri.file(paths.normalize(raw.path)) : uri.parse(Source.INTERNAL_URI_PREFIX + raw.name);
this.available = available;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册