-
Notifications
You must be signed in to change notification settings - Fork 33
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
Improve selection of cluster #82
Conversation
ba88c1a
to
7c9439c
Compare
@@ -48,6 +48,11 @@ export class Icons { | |||
} | |||
} | |||
|
|||
|
|||
export enum GlyphChars { | |||
Check = '\u2713' |
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.
Just for information, the idea of GlyphChars comes from the vscode-gitlens https://github.com/eamodio/vscode-gitlens/blob/7f549c66e7ade7c569f5acd906d170646d7ab5d9/src/views/nodes/branchNode.ts#L392
7c9439c
to
5cffb91
Compare
5cffb91
to
b6c0df3
Compare
b6c0df3
to
f896c48
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.
Apart from a small change in the changelog, the rest LGTM. Feel free to merge once you fixed the changelog
f896c48
to
c6a2fd7
Compare
Thanks @fbricon for your review. |
Fixes jlandersen#62 Signed-off-by: azerr <[email protected]>
Improve selection of cluster
Fixes #62
Signed-off-by: azerr [email protected]