diff --git a/firebase-vscode/CHANGELOG.md b/firebase-vscode/CHANGELOG.md
index 504d47f8ff0..1b7457359bc 100644
--- a/firebase-vscode/CHANGELOG.md
+++ b/firebase-vscode/CHANGELOG.md
@@ -2,6 +2,7 @@
- [Changed] Rename "Run (local)" code lens to "Run (Emulator)".
- [Fixed] Fix auth issue from Generate Operation button by skipping unnecessary schema compilation check.
+- [Fixed] 'Configure emulator' link hover does not hint it's clickable.
- [Changed] Replace generateSchema and generateQuery backends with the new fdc AgentService API.
- [Added] Improved error handling and status updates for query generation
- [Added] Local schema aware query generation
diff --git a/firebase-vscode/webviews/SidebarApp.tsx b/firebase-vscode/webviews/SidebarApp.tsx
index 318a34f7f95..959f21839e6 100644
--- a/firebase-vscode/webviews/SidebarApp.tsx
+++ b/firebase-vscode/webviews/SidebarApp.tsx
@@ -6,6 +6,7 @@ import { ProjectSection } from "./components/ProjectSection";
import {
VSCodeButton,
VSCodeDropdown,
+ VSCodeLink,
VSCodeOption,
VSCodeProgressRing,
} from "@vscode/webview-ui-toolkit/react";
@@ -107,13 +108,16 @@ function EmulatorsPanel() {