mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Make sure we trace events from tsserver
This commit is contained in:
@@ -322,6 +322,7 @@ export class TypeScriptServer extends Disposable {
|
||||
p.onSuccess(undefined);
|
||||
}
|
||||
} else {
|
||||
this._tracer.traceEvent(event);
|
||||
this._onEvent.fire(event);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user