MCPcopy Create free account
hub / github.com/IAmUnbounded/devctx / deactivate

Function deactivate

devctx/vscode-extension/src/extension.ts:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37export function deactivate() {
38 statusBarItem?.dispose();
39 outputChannel?.dispose();
40}
41
42async function runDevCtx(
43 args: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected