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

Function getRunScriptCommand

valdi/vscode_debugger/src/ui/getRunScriptCommand.ts:16–17  ·  view source on GitHub ↗
(name: string, folder?: WorkspaceFolder)

Source from the content-addressed store, hash-verified

14 * Gets a command to run a script
15 */
16export const getRunScriptCommand = (name: string, folder?: WorkspaceFolder) =>
17 `${getPackageManager(folder)} run ${name}`;

Callers 4

provideCodeLensesMethod · 0.90
debugNpmScriptFunction · 0.90
getFromNpmScriptsMethod · 0.90
getFromNpmScriptsMethod · 0.90

Calls 1

getPackageManagerFunction · 0.70

Tested by

no test coverage detected