Skip to content

Commit

Permalink
fix: fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
ex3ndr committed Nov 25, 2023
1 parent 046fb7a commit 853b8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prompts/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class PromptProvider implements vscode.InlineCompletionItemProvider {
}

// Ignore if not needed
if (isNotNeeded(document, position)) {
if (isNotNeeded(document, position, context)) {
info('No inline completion required');
return;
}
Expand Down

0 comments on commit 853b8ab

Please sign in to comment.