Searched refs:noGetErrOnBackgroundUpdate (Results 1 – 10 of 10) sorted by relevance
546 …function createSessionThatUsesEvents(host: TestServerHost, noGetErrOnBackgroundUpdate?: boolean): …547 …dInBackgroundEvent>(host, server.ProjectsUpdatedInBackgroundEvent, { noGetErrOnBackgroundUpdate });572 …host.checkTimeoutQueueLength(noGetErrOnBackgroundUpdate ? 0 : 1); // Error checking queued only if…
68 noGetErrOnBackgroundUpdate: hasArgument("--noGetErrOnBackgroundUpdate"),
15 noGetErrOnBackgroundUpdate: true,
1547 …const session = createSession(host, { canUseEvents: true, noGetErrOnBackgroundUpdate: true, logger…
177 noGetErrOnBackgroundUpdate: SessionOptions["noGetErrOnBackgroundUpdate"]; property
707 noGetErrOnBackgroundUpdate?: boolean; property735 private readonly noGetErrOnBackgroundUpdate?: boolean;746 this.noGetErrOnBackgroundUpdate = opts.noGetErrOnBackgroundUpdate;879 if (!this.suppressDiagnosticEvents && !this.noGetErrOnBackgroundUpdate) {
10066 noGetErrOnBackgroundUpdate?: boolean; property10088 private readonly noGetErrOnBackgroundUpdate?;
159925 this.noGetErrOnBackgroundUpdate = opts.noGetErrOnBackgroundUpdate;160050 if (!this.suppressDiagnosticEvents && !this.noGetErrOnBackgroundUpdate) {164411 noGetErrOnBackgroundUpdate: server.hasArgument("--noGetErrOnBackgroundUpdate"), property
160119 this.noGetErrOnBackgroundUpdate = opts.noGetErrOnBackgroundUpdate;160244 if (!this.suppressDiagnosticEvents && !this.noGetErrOnBackgroundUpdate) {
10193 noGetErrOnBackgroundUpdate?: boolean; property10215 private readonly noGetErrOnBackgroundUpdate?;