Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ openInVSCode
Function
openInVSCode
web/components/file-viewer/FileBreadcrumb.tsx:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
};
23
24
const openInVSCode = () => {
25
window.open(`vscode:
//file${isAbsolute ? path : `/${path}`}`);
26
};
27
28
return (
29
<div
Callers
nothing calls this directly
Calls
1
open
Method · 0.45
Tested by
no test coverage detected