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

Method onBeforeServerInstall

src/omnisharp/server.ts:248–250  ·  view source on GitHub ↗
(listener: () => any)

Source from the content-addressed store, hash-verified

246 }
247
248 public onBeforeServerInstall(listener: () => any) {
249 return this._addListener(Events.BeforeServerInstall, listener);
250 }
251
252 public onBeforeServerStart(listener: (e: string) => any) {
253 return this._addListener(Events.BeforeServerStart, listener);

Callers 1

startMethod · 0.95

Calls 1

_addListenerMethod · 0.95

Tested by

no test coverage detected