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

Method onMsBuildProjectDiagnostics

src/omnisharp/server.ts:240–242  ·  view source on GitHub ↗
(listener: (e: protocol.MSBuildProjectDiagnostics) => any, thisArg?: any)

Source from the content-addressed store, hash-verified

238 }
239
240 public onMsBuildProjectDiagnostics(listener: (e: protocol.MSBuildProjectDiagnostics) => any, thisArg?: any) {
241 return this._addListener(Events.MsBuildProjectDiagnostics, listener, thisArg);
242 }
243
244 public onTestMessage(listener: (e: protocol.V2.TestMessageEvent) => any, thisArg?: any) {
245 return this._addListener(Events.TestMessage, listener, thisArg);

Callers 1

startMethod · 0.95

Calls 1

_addListenerMethod · 0.95

Tested by

no test coverage detected