Skip to content

Commit f575e96

Browse files
committed
fix(amazonq): suggestion not visible in remote for 24.3
1 parent beabdf1 commit f575e96

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Fix suggestion not visible in remote for 2024.3"
4+
}

plugins/amazonq/src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@
8686
<extensions defaultExtensionNs="com.intellij">
8787
<registryKey key="amazon.q.endpoint" description="Endpoint to use for Amazon Q"
8888
defaultValue="https://codewhisperer.us-east-1.amazonaws.com/" restartRequired="true"/>
89+
<registryKey key="inline.completion.rem.dev.use.rhizome" description="Used for Amazon Q to displaying suggestions on remote"
90+
defaultValue="false" restartRequired="true"/>
8991
</extensions>
9092

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

0 commit comments

Comments
 (0)