Skip to content

Commit ee1c94b

Browse files
DryadxonJoeRobich
andauthored
Update src/omnisharp/EventType.ts
Make EventType.ProjectDiagnosticStatus unusable Co-authored-by: Joey Robichaud <[email protected]>
1 parent 3618257 commit ee1c94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/omnisharp/EventType.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export enum EventType {
7979
OmnisharpServerOnStart = 72,
8080
OmnisharpOnBeforeServerInstall = 73,
8181
ProjectConfigurationReceived = 74,
82-
ProjectDiagnosticStatus = 75, // Obsolete, use BackgroundDiagnosticStatus
82+
// ProjectDiagnosticStatus = 75, Obsolete, use BackgroundDiagnosticStatus
8383
DotNetTestRunInContextStart = 76,
8484
DotNetTestDebugInContextStart = 77,
8585
TelemetryErrorEvent = 78,

0 commit comments

Comments
 (0)