Skip to content

Commit

Permalink
chore: update completion.ts (#357)
Browse files Browse the repository at this point in the history
extention -> extension
  • Loading branch information
eltociear authored and rjmacarthy committed Nov 1, 2024
1 parent d24ab5c commit 915badc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extension/providers/completion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class CompletionProvider implements InlineCompletionItemProvider {
statusBar: StatusBarItem,
fileInteractionCache: FileInteractionCache,
templateProvider: TemplateProvider,
extentionContext: ExtensionContext
extensionContext: ExtensionContext
) {
this._abortController = null
this._document = null
Expand All @@ -126,7 +126,7 @@ export class CompletionProvider implements InlineCompletionItemProvider {
this._statusBar = statusBar
this._fileInteractionCache = fileInteractionCache
this._templateProvider = templateProvider
this._extensionContext = extentionContext
this._extensionContext = extensionContext
}

public async provideInlineCompletionItems(
Expand Down

0 comments on commit 915badc

Please sign in to comment.