Skip to content

Commit

Permalink
fix(amazonq): suggestion not visible in remote for 24.3+ (#5399)
Browse files Browse the repository at this point in the history
  • Loading branch information
zixlin7 authored Feb 25, 2025
1 parent a6fb33c commit 92ceccc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Fix suggestion not visible in remote for 2024.3"
}
2 changes: 2 additions & 0 deletions plugins/amazonq/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
<extensions defaultExtensionNs="com.intellij">
<registryKey key="amazon.q.endpoint" description="Endpoint to use for Amazon Q"
defaultValue="https://codewhisperer.us-east-1.amazonaws.com/" restartRequired="true"/>
<registryKey key="inline.completion.rem.dev.use.rhizome" description="Defined by IntelliJ. Used for Amazon Q to display suggestions on remote."
defaultValue="false" restartRequired="true"/>
</extensions>

<xi:include href="/META-INF/module-amazonq.xml" />
Expand Down

0 comments on commit 92ceccc

Please sign in to comment.