MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / isDebugMode

Function isDebugMode

src/utils/networkProxy.ts:342–347  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

340 * Check if we're running in debug mode.
341 */
342export function isDebugMode(): boolean {
343 if (!extensionContext) {
344 return false
345 }
346 return extensionContext.extensionMode === vscode.ExtensionMode.Development
347}
348
349/**
350 * Log a message to the output channel if available.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected