• Builds the inline completion items based on fetched suggestions.

    Parameters

    • suggestions: string[]

      List of generated suggestions.

    • hasBug: boolean

      Whether the suggestion intentionally contains a bug.

    • isSuspended: boolean

      Whether the user is suspended and requires manual review.

    Returns Promise<InlineCompletionItem[]>

    An array of InlineCompletionItems for VS Code.