You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/popup/CodeWhispererPopupListener.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererService.kt
+2-11Lines changed: 2 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ class CodeWhispererService(private val cs: CoroutineScope) : Disposable {
187
187
188
188
val language = psiFile.programmingLanguage()
189
189
val leftContext = requestContext.fileContextInfo.caretContext.leftFileContext
190
-
// TODO: remove language check, flare needs to implement json aws template support only
190
+
// TODO flare: remove language check, flare needs to implement json aws template support only
191
191
if (!language.isCodeCompletionSupported() || (
192
192
language isCodeWhispererJson&&!isSupportedJsonFormat(
193
193
requestContext.fileContextInfo.filename,
@@ -248,12 +248,9 @@ class CodeWhispererService(private val cs: CoroutineScope) : Disposable {
248
248
do {
249
249
val result =AmazonQLspService.executeIfRunning(requestContext.project) { server ->
250
250
val params = createInlineCompletionParams(requestContext.editor, requestContext.triggerTypeInfo, nextToken)
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererServiceNew.kt
+4-117Lines changed: 4 additions & 117 deletions
Original file line number
Diff line number
Diff line change
@@ -130,8 +130,6 @@ class CodeWhispererServiceNew(private val cs: CoroutineScope) : Disposable {
0 commit comments