Skip to content

Commit 85d4c53

Browse files
Indicate whether the onWillRequestStart event is from syntax server (#3333)
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
1 parent fa82082 commit 85d4c53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TracingLanguageClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export class TracingLanguageClient extends LanguageClient {
110110
private fireRequestStartTraceEvent(type: string): void {
111111
requestStartEventEmitter.fire({
112112
type,
113+
fromSyntaxServer: !!this.isSyntaxServer,
113114
});
114115
}
115116

0 commit comments

Comments
 (0)