We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638c70c commit e074608Copy full SHA for e074608
1 file changed
src/webview/client/homescreen.ts
@@ -328,6 +328,11 @@ function init(): void {
328
});
329
330
331
+ // Configure credentials button (uses hs-setup-banner-btn, not hs-action)
332
+ document.getElementById("hs-btn-configure")?.addEventListener("click", () => {
333
+ getVSCode()?.postMessage({ command: "openGlobalConfig" });
334
+ });
335
+
336
// Accordion toggle
337
el("hs-btn-ai-tools").addEventListener("click", toggleAccordion);
338
0 commit comments