提交 d3b95c57 编写于 作者: D Daniel Imms

Fix compile after merge

上级 92a97ecd
......@@ -58,7 +58,7 @@ export class TerminalWordLinkProvider extends TerminalBaseLinkProvider {
text = text.slice(0, -1);
endX--;
}
result.push(new TerminalLink(this._xterm, { start: { x: startX + 1, y }, end: { endX, y } }, text, this._xterm.buffer.active.viewportY, activateCallback, this._tooltipCallback, false, localize('searchWorkspace', 'Search workspace'), this._configurationService));
result.push(new TerminalLink(this._xterm, { start: { x: startX + 1, y }, end: { x: endX, y } }, text, this._xterm.buffer.active.viewportY, activateCallback, this._tooltipCallback, false, localize('searchWorkspace', 'Search workspace'), this._configurationService));
text = '';
startX = -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册