-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add "CopyToClipboard" command to ConfirmationController
#4810
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
base: master
Are you sure you want to change the base?
Conversation
e927974
to
c544f39
Compare
Nice, seems useful. Two things:
|
Thanks for the feedback!
I'll look into it.
That's right! This is fixed in e7505c4.
So how about adding an implementation like this first, then merging this PR, and then deleting unnecessary key bindings? |
I found the cause. |
cd8205b
to
f60838c
Compare
f60838c
to
494edfc
Compare
PR Description
Sometimes, I want to copy the error message to clipboard to search google or ask to LLM about the error message.
So I added CopyToClipboard command to
ConfirmationController
and I have confirmed that this command copies the content of the window to the clipboard.Please check if the PR fulfills these requirements
go generate ./...
)If a new UserConfig entry was added, make sure it can be hot-reloaded (see here)