update reference in npm

This commit is contained in:
meganrogge 2023-11-07 11:16:22 -08:00
parent fffeb49c30
commit 97eccab2e0
No known key found for this signature in database
GPG key ID: AA74638D4878183D

View file

@ -78,7 +78,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
}
const lines = outputMatch.regexMatch[1];
const fixes: vscode.TerminalQuickFixExecuteTerminalCommand[] = [];
const fixes: vscode.TerminalQuickFixTerminalCommand[] = [];
for (const line of lines.split('\n')) {
// search from the second char, since the lines might be prefixed with
// "npm ERR!" which comes before the actual command suggestion.