提交 de9ba120 编写于 作者: I isidor

"Copy stack trace" -> include full path

fixes #18113
上级 a2ae9109
......@@ -349,7 +349,7 @@ export class StackFrame implements debug.IStackFrame {
}
public toString(): string {
return `${this.name} (${this.source.name}:${this.lineNumber})`;
return `${this.name} (${this.source.inMemory ? this.source.name : this.source.uri.fsPath}:${this.lineNumber})`;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册