Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix copy action being stolen by terminal chat #208467

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Fix copy action being stolen by terminal chat #208467

merged 1 commit into from
Mar 22, 2024

Conversation

Tyriar
Copy link
Member

@Tyriar Tyriar commented Mar 22, 2024

What was happening here is chatWidget was called which would initialize the terminal chat widget, so I switched that to check whether the lazy value exists and added a hasFocus check for good measure.

Fixes #208413

What was happening here is chatWidget was called which would initialize the
terminal chat widget, so I switched that to check whether the lazy value exists
and added a hasFocus check for good measure.

Fixes #208413
@Tyriar Tyriar added this to the March 2024 milestone Mar 22, 2024
@Tyriar Tyriar self-assigned this Mar 22, 2024
@Tyriar Tyriar enabled auto-merge March 22, 2024 20:56
@Tyriar Tyriar merged commit 3bd8776 into main Mar 22, 2024
7 checks passed
@Tyriar Tyriar deleted the tyriar/208413 branch March 22, 2024 21:21
Gobinath-B pushed a commit to Gobinath-B/vscode that referenced this pull request Mar 24, 2024
Fix copy action being stolen by terminal chat
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.

ctrl+c in a file without a selection is being handled by chat-codeblock
3 participants