Skip to content

Commit e60ee13

Browse files
committed
add call
1 parent 8af0bb3 commit e60ee13

File tree

1 file changed

+1
-2
lines changed
  • plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/service

1 file changed

+1
-2
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererService.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ class CodeWhispererService(private val cs: CoroutineScope) : Disposable {
212212
return
213213
}
214214

215-
// PUT HERE!!!
216-
// invoke LSP CodeWhisperer
215+
handleInlineCompletion(editor)
217216
invokeCodeWhispererInBackground(requestContext)
218217
}
219218

0 commit comments

Comments
 (0)