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

Allow cmd+c to copy chat row content #193410

Merged
merged 2 commits into from
Sep 18, 2023
Merged

Allow cmd+c to copy chat row content #193410

merged 2 commits into from
Sep 18, 2023

Conversation

roblourens
Copy link
Member

Fix microsoft/vscode-copilot#1433

@@ -351,6 +354,7 @@ export class ChatWidget extends Disposable implements IChatWidget {
}));
this._register(this.tree.onDidFocus(() => {
this._onDidFocus.fire();
this.chatListFocused.set(this.tree.isDOMFocused());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be updated when this.tree.onDidBlur fires?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

technically it's fine, but it looks like it should, so I'll just add it

@roblourens roblourens merged commit ee8f89f into main Sep 18, 2023
6 checks passed
@roblourens roblourens deleted the roblou/individual-tahr branch September 18, 2023 23:50
roblourens added a commit that referenced this pull request Sep 26, 2023
roblourens added a commit that referenced this pull request Sep 26, 2023
lins0621 pushed a commit to lins0621/vscode that referenced this pull request Oct 7, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Nov 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants