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

Introduce a Prompting command 😉 #17

Merged
merged 9 commits into from
Apr 3, 2019

Conversation

AdrieanKhisbe
Copy link
Contributor

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 😉

Capture d'écran 2019-03-29 08 50 58

Copy link
Owner

@mattbierner mattbierner left a 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]",
Copy link
Owner

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?

Copy link
Contributor Author

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! :)

Copy link
Contributor Author

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)

@AdrieanKhisbe
Copy link
Contributor Author

@mattbierner I take into account your reviews, and add some improvement.

Also rebased to fix conflict

@mattbierner mattbierner merged commit 6f4bd61 into mattbierner:master Apr 3, 2019
@mattbierner
Copy link
Owner

Thanks! Will publish updated extension shortly

@AdrieanKhisbe AdrieanKhisbe deleted the prompting-command branch April 3, 2019 17:09
@AdrieanKhisbe
Copy link
Contributor Author

@mattbierner Awesome!! 🙌

=)

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.

2 participants