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

Function nvsNotFound

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

Source from the content-addressed store, hash-verified

70 );
71
72export const nvsNotFound = () =>
73 createUserError(
74 localize(
75 'NVS_HOME.not.found.message',
76 "Attribute 'runtimeVersion' with a flavor/architecture requires 'nvs' to be installed.",
77 ),
78 ErrorCodes.NvsNotFound,
79 );
80
81export const nvmHomeNotFound = () =>
82 createUserError(

Callers 2

resolveNvsMethod · 0.90
resolveNvsMethod · 0.90

Calls 1

createUserErrorFunction · 0.85

Tested by

no test coverage detected