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

Commit 4e4bc38

Browse files
committed
Fixed freezing
1 parent 2046878 commit 4e4bc38

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/main/kotlin/dev/koding/copilot/completion/CopilotCompletionContributor.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class CopilotCompletionContributor : CompletionContributor() {
4444
.withPrefixMatcher(CopilotPrefixMatcher(matcher.cloneWithPrefix(matcher.prefix)))
4545
.withRelevanceSorter(CompletionSorter.defaultSorter(parameters, matcher).weigh(CopilotWeigher()))
4646

47-
// TODO: Fix freeze
4847
var response: CompletionResponse? = null
4948
var errored = false
5049

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<completion.contributor language="any"
2222
implementationClass="dev.koding.copilot.completion.CopilotCompletionContributor"
23-
order="first"/>
23+
order="last"/>
2424

2525
<notificationGroup id="GitHub Copilot" displayType="STICKY_BALLOON"/>
2626
</extensions>

0 commit comments

Comments
 (0)