Skip to content

Enable find widget in chat webview panel#195

Open
leonidasbarkas98-cpu wants to merge 1 commit into
andrepimenta:mainfrom
leonidasbarkas98-cpu:fix/webview-find-widget
Open

Enable find widget in chat webview panel#195
leonidasbarkas98-cpu wants to merge 1 commit into
andrepimenta:mainfrom
leonidasbarkas98-cpu:fix/webview-find-widget

Conversation

@leonidasbarkas98-cpu

Copy link
Copy Markdown

Enables Ctrl/Cmd+F search inside the chat when opened as an editor panel by passing enableFindWidget: true to createWebviewPanel.

Note: the sidebar view cannot get this because resolveWebviewView's options API does not support enableFindWidget — panel only.

Fixes #184

🤖 Generated with Claude Code

Adds enableFindWidget to the panel's WebviewPanelOptions so Ctrl/Cmd+F
works when the chat is opened as an editor tab. The sidebar WebviewView
uses WebviewOptions, which has no enableFindWidget in the stable API,
so it is left unchanged (Gitea issue andrepimenta#1; upstream andrepimenta#184).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Command F doesn't work in chat window

1 participant