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

Method getUseWebExt

src/Config.ts:88–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 public static get getUseWebExt(): boolean {
89 return Config.getSettings<boolean>('useWebExt') || false;
90 }
91
92 public static get getProxy(): IProxy {
93 return Config.getSettings<IProxy>('proxy');

Callers

nothing calls this directly

Calls 1

getSettingsMethod · 0.80

Tested by

no test coverage detected