Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ritwickdey/vscode-live-server
/ IHttps
Interface
IHttps
src/Config.ts:11–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
export
interface
IHttps {
12
enable: boolean;
13
cert: string;
14
key: string;
15
passphrase: string;
16
}
17
18
export
class
Config {
19
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected