MCPcopy Create free account
hub / github.com/Snapchat/Valdi / cannotLoadEnvironmentVars

Function cannotLoadEnvironmentVars

valdi/vscode_debugger/src/dap/errors.ts:107–111  ·  view source on GitHub ↗
(errorMessage: string)

Source from the content-addressed store, hash-verified

105 );
106
107export const cannotLoadEnvironmentVars = (errorMessage: string) =>
108 createUserError(
109 localize('VSND2029', "Can't load environment variables from file ({0}).", errorMessage),
110 ErrorCodes.CannotLoadEnvironmentVariables,
111 );
112
113export const cannotFindNodeBinary = (attemptedPath: string) =>
114 createUserError(

Callers 2

getConfiguredEnvironmentFunction · 0.90
getConfiguredEnvironmentFunction · 0.90

Calls 1

createUserErrorFunction · 0.85

Tested by

no test coverage detected