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

Function invalidConcurrentProfile

valdi/vscode_debugger/src/dap/errors.ts:150–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 );
149
150export const invalidConcurrentProfile = () =>
151 createUserError(
152 localize(
153 'profile.error.concurrent',
154 'Please stop the running profile before starting a new one.',
155 ),
156 ErrorCodes.InvalidConcurrentProfile,
157 );
158
159export const replError = (message: string) => createSilentError(message, ErrorCodes.ReplError);
160

Callers 1

startMethod · 0.90

Calls 1

createUserErrorFunction · 0.85

Tested by

no test coverage detected