Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

Commit

Permalink
Fixed freezing
Browse files Browse the repository at this point in the history
  • Loading branch information
KodingDev committed Jul 22, 2021
1 parent 2046878 commit 4e4bc38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class CopilotCompletionContributor : CompletionContributor() {
.withPrefixMatcher(CopilotPrefixMatcher(matcher.cloneWithPrefix(matcher.prefix)))
.withRelevanceSorter(CompletionSorter.defaultSorter(parameters, matcher).weigh(CopilotWeigher()))

// TODO: Fix freeze
var response: CompletionResponse? = null
var errored = false

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<completion.contributor language="any"
implementationClass="dev.koding.copilot.completion.CopilotCompletionContributor"
order="first"/>
order="last"/>

<notificationGroup id="GitHub Copilot" displayType="STICKY_BALLOON"/>
</extensions>
Expand Down

0 comments on commit 4e4bc38

Please sign in to comment.