Skip to content

Commit c92c9c5

Browse files
committed
refactor: fix merge conflict
1 parent bbc64c3 commit c92c9c5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/services/continuedev/core/autocomplete/CompletionProvider.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export class CompletionProvider {
5555
return undefined
5656
}
5757

58-
5958
// Temporary fix for JetBrains autocomplete bug as described in https://github.com/continuedev/continue/pull/3022
6059
if (llm.model === undefined && llm.completionOptions?.model !== undefined) {
6160
llm.model = llm.completionOptions.model
@@ -212,18 +211,9 @@ export class CompletionProvider {
212211

213212
// Don't postprocess if aborted
214213
if (token.aborted) {
215-
<<<<<<< HEAD
216214
return undefined
217215
}
218216

219-
=======
220-
console.log('aborted')
221-
return undefined
222-
}
223-
224-
console.log('raw completion', completion)
225-
226-
>>>>>>> 40ab73e3d8 (Reset formatting changes to upstream versions)
227217
const processedCompletion = helper.options.transform
228218
? postprocessCompletion({
229219
completion,

0 commit comments

Comments
 (0)