MCPcopy Create free account
hub / github.com/firebase/firebase-tools / isVSCodeExtension

Function isVSCodeExtension

src/vsCodeUtils.ts:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3 * Detect if code is running in a VSCode Extension
4 */
5export function isVSCodeExtension(): boolean {
6 return _IS_WEBPACKED_FOR_VSCE;
7}
8
9export function setIsVSCodeExtension(v: boolean) {
10 _IS_WEBPACKED_FOR_VSCE = v;

Callers 5

envOverrideFunction · 0.90
maybeUseVSCodeLoggerFunction · 0.90
absoluteTemplateFilePathFunction · 0.90
runCommandFunction · 0.90
getFeatureContentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…