MCPcopy
hub / github.com/microsoft/vscode-js-debug / terminate

Method terminate

src/ui/vsCodeSessionManager.ts:75–77  ·  view source on GitHub ↗

* @inheritdoc

(debugSession: vscode.DebugSession)

Source from the content-addressed store, hash-verified

73 * @inheritdoc
74 */
75 public terminate(debugSession: vscode.DebugSession) {
76 this.sessionServerManager.terminate(debugSession);
77 }
78
79 /**
80 * @inheritdoc

Callers 1

activateFunction · 0.95

Calls 1

terminateMethod · 0.65

Tested by

no test coverage detected