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

Feature Request: Option to have a gutter icon for HINT messages #142

Open
mackans95 opened this issue Dec 8, 2022 · 1 comment
Open

Comments

@mackans95
Copy link

mackans95 commented Dec 8, 2022

I'm loving this extension, it gives me such a good overview of all types of issues in my repos, however, i would love to be able to have a gutter icon for HINT messages aswell.

since there is a default icon for all other message types, i don't see why there wouldn't at least be an option to have one for the HINT message types also.

@usernamehw
Copy link
Owner

I don't know when I'm going to create new icons for hint diagnostics, but in the meantime you can set gutter icons to "circle" or "square" and specify 4 custom icons:

"errorLens.gutterIconSet": "square",
"errorLens.errorGutterIconPath": "C:\\temp\\error-light.svg",
"errorLens.warningGutterIconPath": "C:\\temp\\warning-light.svg",
"errorLens.infoGutterIconPath": "C:\\temp\\info-light.svg",
"errorLens.hintGutterIconPath": "C:\\temp\\Folder-Green.png",

Error/warning/info can be taken from error lens extension folder or from GitHub:

https://github.com/usernamehw/vscode-error-lens/tree/master/img/default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants