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

Method stop

src/omnisharp/engines/IEngine.ts:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15export interface IEngine {
16 start(cwd: string, args: string[], launchTarget: LaunchTarget, launchPath: string): Promise<void>;
17 stop(): Promise<void>;
18 registerProviders(
19 server: OmniSharpServer,
20 languageMiddlewareFeature: LanguageMiddlewareFeature,

Callers 9

stopMethod · 0.65
stopMethod · 0.65
stopMethod · 0.65
stopMethod · 0.65
attachToCurrentPanelMethod · 0.65

Implementers 2

LspEnginesrc/omnisharp/engines/lspEngine.ts
StdioEnginesrc/omnisharp/engines/stdioEngine.ts

Calls

no outgoing calls

Tested by

no test coverage detected