MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / dispose

Method dispose

src/kernels/deepnote/types.ts:186–186  ·  view source on GitHub ↗

* Disposes all server processes and resources. * Called when the extension is deactivated.

()

Source from the content-addressed store, hash-verified

184 * Called when the extension is deactivated.
185 */
186 dispose(): Promise<void>;
187}
188
189export interface DeepnoteServerInfo extends RuntimeCoreServerInfo {

Callers 15

disposeMethod · 0.65
disposeMethod · 0.65
startLspClientsMethod · 0.65
stopLspClientsMethod · 0.65
stopAllClientsMethod · 0.65
disposeMethod · 0.65

Implementers 1

DeepnoteServerStartersrc/kernels/deepnote/deepnoteServerSta

Calls

no outgoing calls

Tested by

no test coverage detected