提交 5847d75a 编写于 作者: I isidor

fixes #81879

上级 c4743035
......@@ -617,8 +617,7 @@ export class Breakpoint extends BaseBreakpoint implements IBreakpoint {
}
get column(): number | undefined {
// Only respect the column if the user explictly set the column to have an inline breakpoint
return this.verified && this.data && typeof this.data.column === 'number' && typeof this._column === 'number' ? this.data.column : this._column;
return this.verified && this.data && typeof this.data.column === 'number' ? this.data.column : this._column;
}
get message(): string | undefined {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册