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

Interface IProxy

src/Config.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { workspace } from 'vscode';
4
5export interface IProxy {
6 enable: boolean;
7 baseUri: string;
8 proxyUri: string;
9}
10
11export interface IHttps {
12 enable: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected