Skip to content

Commit

Permalink
Indicate whether the onWillRequestStart event is from syntax server (#…
Browse files Browse the repository at this point in the history
…3333)

Signed-off-by: Jinbo Wang <[email protected]>
  • Loading branch information
testforstephen authored Oct 7, 2023
1 parent fa82082 commit 85d4c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TracingLanguageClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export class TracingLanguageClient extends LanguageClient {
private fireRequestStartTraceEvent(type: string): void {
requestStartEventEmitter.fire({
type,
fromSyntaxServer: !!this.isSyntaxServer,
});
}

Expand Down

0 comments on commit 85d4c53

Please sign in to comment.