Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jetify-com/devbox
/ Message
Interface
Message
vscode-extension/src/devbox.ts:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
6
interface
Message {
7
status: string
8
}
9
10
const
appNameBinaryMap: {[key: string]: string} = {
11
"vscodium"
:
"codium"
,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected