Skip to content

Commit

Permalink
add a line
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Feb 8, 2025
1 parent 46657dd commit 1383bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/terminal-suggest/src/terminalSuggestMain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ export async function getCompletionItemsFromSpecs(
{ environmentVariables: env, currentWorkingDirectory: shellIntegrationCwd.fsPath, sshPrefix: '', currentProcess: name, /* TODO: pass in aliases */ },
spec,
);

const completionItemResult = await collectCompletionItemResult(command, parsedArguments, prefix, terminalContext, items);
if (completionItemResult) {
filesRequested ||= completionItemResult.filesRequested;
Expand Down

0 comments on commit 1383bbe

Please sign in to comment.