We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3618257 commit ee1c94bCopy full SHA for ee1c94b
src/omnisharp/EventType.ts
@@ -79,7 +79,7 @@ export enum EventType {
79
OmnisharpServerOnStart = 72,
80
OmnisharpOnBeforeServerInstall = 73,
81
ProjectConfigurationReceived = 74,
82
- ProjectDiagnosticStatus = 75, // Obsolete, use BackgroundDiagnosticStatus
+ // ProjectDiagnosticStatus = 75, Obsolete, use BackgroundDiagnosticStatus
83
DotNetTestRunInContextStart = 76,
84
DotNetTestDebugInContextStart = 77,
85
TelemetryErrorEvent = 78,
0 commit comments