MCPcopy
hub / github.com/ritwickdey/vscode-live-server / GoLiveEvent

Interface GoLiveEvent

src/IAppModel.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Event } from 'vscode';
4
5export interface GoLiveEvent {
6 readonly runningPort: number;
7 readonly pathUri?: string;
8}
9
10export interface GoOfflineEvent {
11 readonly runningPort: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected