-
Notifications
You must be signed in to change notification settings - Fork 10
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
Introduce a Prompting command 😉 #17
Introduce a Prompting command 😉 #17
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks like a good addition. Let me know if you have any questions about my comments
package.json
Outdated
}, | ||
"keybindings": [ | ||
{ | ||
"mac": "cmd+[Period]", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This keybinding is already used to trigger code actions. Any ideas for a different one that does not conflict with VS Code's built-in keybindings?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didnt know about that one! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried out cmd+[Minus] on my computer, what do you think about that one?
(this is cmd+ ) on my french keyboard)
d37851d
to
75cf19e
Compare
75cf19e
to
3ddd93c
Compare
@mattbierner I take into account your reviews, and add some improvement. Also rebased to fix conflict |
Thanks! Will publish updated extension shortly |
@mattbierner Awesome!! 🙌 =) |
Add feature to prompt for emoji to insert either in editor or in terminal 💻
This comes in endy notably from writing commits from the commandline in the embedded terminal 😉