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

Make it easier to copy guid/urls from logs #2540

Open
nealrichardson opened this issue Jan 17, 2025 · 1 comment
Open

Make it easier to copy guid/urls from logs #2540

nealrichardson opened this issue Jan 17, 2025 · 1 comment

Comments

@nealrichardson
Copy link

From @tareefk:

It would be great if one could select the Content/Guid information from the "Restoring Environment" log. It doesn’t seem to be clickable.

@dotNomad
Copy link
Collaborator

dotNomad commented Jan 21, 2025

I took a quick look at this to see if I could "just do it" and it is more effort than expected. Making notes for whomever picks this up in the future:

These are LogsTreeLogItem:

export class LogsTreeLogItem extends TreeItem {

which are just a convenient wrapping of TreeItem

Their text is not selectable. They do offer a command on click argument, but there is not a built in command for copying text.

Some options here are to change how we are displaying the logs to allow the normal, intuitive copy behavior, or provide a copy command to utilize on click (this feels less intuitive however)

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

No branches or pull requests

2 participants