-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Adds monospace formatting in commit messages #3505
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
Adds monospace formatting in commit messages #3505
Conversation
fa3d389
to
9d96f28
Compare
9d96f28
to
25a6cc5
Compare
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.
It seems ok to me - the only question would be whether we are ok pulling in markdown-it
for this, if there is a more lightweight way to achieve it. in the graph. Thoughts @eamodio ?
CHANGELOG.md
Outdated
### Added | ||
|
||
- Adds a `gitlens.views.showCurrentBranchOnTop` setting to specify whether the current branch is shown at the top of the views — closes [#3520](https://github.com/gitkraken/vscode-gitlens/issues/3520) | ||
- Adds monospace formatting in commit messages |
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.
Please include what issue it closes, and a link to the issue (see the entry in the line above this)
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.
updated
I'm pulling only ts lib as dev dependency. As far as I understand |
25a6cc5
to
62c8635
Compare
Moves markdown web component into shared Moves markdown-related functions to a dedicated file
62c8635
to
035a1cd
Compare
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.
Applied some changes to leverage existing components
Description
Resolves #2350
Supported places that can be formatted:
Non-supported places:
Checklist
Fixes $XXX -
orCloses #XXX -
prefix to auto-close the issue that your PR addresses