MCPcopy Index your code
hub / github.com/microsoft/vscode-js-debug / updateEditCandidate

Function updateEditCandidate

src/ui/debugNpmScript.ts:86–87  ·  view source on GitHub ↗
(existing: IEditCandidate, updated: IEditCandidate)

Source from the content-addressed store, hash-verified

84}
85
86const updateEditCandidate = (existing: IEditCandidate, updated: IEditCandidate) =>
87 existing.score > updated.score ? existing : updated;
88
89/**
90 * Finds configured npm scripts in the workspace.

Callers 1

findScriptsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected