Skip to content

Commit 51ee404

Browse files
committed
todo
1 parent 08627c1 commit 51ee404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageClientImpl.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ class AmazonQLanguageClientImpl(private val project: Project) : AmazonQLanguageC
7575
}
7676

7777
override fun openTab(params: OpenTabParams): CompletableFuture<OpenTabResult> {
78+
//TODO implement chat history, this is here to unblock chat functionality
7879
return CompletableFuture.completedFuture(OpenTabResult(""))
7980
}
8081

0 commit comments

Comments
 (0)