提交 2b8a397e 编写于 作者: S Sandeep Somavarapu

Fix #78734

上级 bf94bedc
......@@ -334,10 +334,12 @@ class MarkerWidget extends Disposable {
const sourceMatches = filterData && filterData.sourceMatches || [];
source.set(marker.source, sourceMatches);
if (marker.code) {
const code = new HighlightedLabel(dom.append(parent, dom.$('.marker-code')), false);
const codeMatches = filterData && filterData.codeMatches || [];
code.set(marker.code, codeMatches);
}
}
const lnCol = dom.append(parent, dom.$('span.marker-line'));
lnCol.textContent = Messages.MARKERS_PANEL_AT_LINE_COL_NUMBER(marker.startLineNumber, marker.startColumn);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册