Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
activate
Function · 0.95
Calls
1
terminate
Method · 0.65
Tested by
no test coverage detected