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

Function cannotLaunchInTerminal

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

Source from the content-addressed store, hash-verified

99 );
100
101export const cannotLaunchInTerminal = (errorMessage: string) =>
102 createUserError(
103 localize('VSND2011', 'Cannot launch debug target in terminal ({0}).', errorMessage),
104 ErrorCodes.CannotLaunchInTerminal,
105 );
106
107export const cannotLoadEnvironmentVars = (errorMessage: string) =>
108 createUserError(

Callers 2

launchProgramMethod · 0.90
launchProgramMethod · 0.90

Calls 1

createUserErrorFunction · 0.85

Tested by

no test coverage detected