Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coderoad/coderoad-vscode
/ subscribe
Function
subscribe
src/extension.ts:24–26 ·
view source on GitHub ↗
(sub: any)
Source
from the content-addressed store, hash-verified
22
})
23
24
const
subscribe = (sub: any) => {
25
vscodeExt.subscriptions.push(sub)
26
}
27
28
// register commands
29
for
(
const
cmd in commands) {
Callers
1
activate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected