This commit is contained in:
Daniel Imms
2020-02-07 09:08:07 -08:00
parent e252b4b674
commit a066bbe32f
+3 -2
View File
@@ -259,8 +259,9 @@ export class Terminal extends Disposable implements ITerminal, IDisposable, IInp
if (!this.linkifier) {
this.linkifier = new Linkifier(this._bufferService, this._logService, this.optionsService, this.unicodeService);
}
this.linkifier2 = this.linkifier2 || new Linkifier2(this._bufferService);
if (!this.linkifier2) {
this.linkifier2 = new Linkifier2(this._bufferService);
}
if (this.options.windowsMode) {
this._enableWindowsMode();