Method
onMsBuildProjectDiagnostics
(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); |
Tested by
no test coverage detected