MCPcopy
hub / github.com/dotnet/vscode-csharp / BaseEvent

Interface BaseEvent

src/shared/loggingEvents.ts:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { PlatformInformation } from './platform';
8
9export interface BaseEvent {
10 type: EventType;
11}
12
13export class EventWithMessage implements BaseEvent {
14 type = EventType.EventWithMessage;

Callers

nothing calls this directly

Implementers 15

TelemetryEventsrc/omnisharp/omnisharpLoggingEvents.t
TelemetryErrorEventsrc/omnisharp/omnisharpLoggingEvents.t
TelemetryEventWithMeasuressrc/omnisharp/omnisharpLoggingEvents.t
OmnisharpInitialisationsrc/omnisharp/omnisharpLoggingEvents.t
OmnisharpLaunchsrc/omnisharp/omnisharpLoggingEvents.t
OmnisharpFailuresrc/omnisharp/omnisharpLoggingEvents.t
OmnisharpRequestMessagesrc/omnisharp/omnisharpLoggingEvents.t
TestExecutionCountReportsrc/omnisharp/omnisharpLoggingEvents.t
OmnisharpServerOnErrorsrc/omnisharp/omnisharpLoggingEvents.t
OmnisharpBackgroundDiagnosticStatussrc/omnisharp/omnisharpLoggingEvents.t
OmnisharpServerMsBuildProjectDiagnosticssrc/omnisharp/omnisharpLoggingEvents.t
OmnisharpServerUnresolvedDependenciessrc/omnisharp/omnisharpLoggingEvents.t

Calls

no outgoing calls

Tested by

no test coverage detected