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

Change Error highlight style? #6

Closed
ianizaguirre opened this issue Oct 23, 2018 · 5 comments
Closed

Change Error highlight style? #6

ianizaguirre opened this issue Oct 23, 2018 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@ianizaguirre
Copy link

Is it possible to make the errors look like sublime errors that have a border instead of highlighting the whole line? Reference image can be seen in this post: microsoft/vscode#9209

@ianizaguirre ianizaguirre changed the title Change Error highlight Change Error highlight style? Oct 23, 2018
@phindle
Copy link
Owner

phindle commented Oct 24, 2018

Yes, that's a good idea. I will add this to the backlog and aim to have this in the 1.1.0 release.

@phindle phindle self-assigned this Oct 24, 2018
@phindle phindle added the enhancement New feature or request label Oct 24, 2018
@ianizaguirre
Copy link
Author

Just letting you know that I figured out a way to do this, using the "Custom CSS Loader" extension.

So this was my end result:

vscode-squiggly-error-to-outline-error

@phindle
Copy link
Owner

phindle commented Feb 11, 2019

I'm not sure how this could be implemented without depending on the CSS Loader extension or somehow hacking the style which VSCode uses for rendering the diagnostics.
If anyone has any ideas, would be good to learn of them.

@phindle phindle closed this as completed Feb 11, 2019
@ianizaguirre
Copy link
Author

ianizaguirre commented Feb 11, 2019

This is how I did it , maybe it will help you -> Post

@phindle
Copy link
Owner

phindle commented Feb 12, 2019

Thanks @ianizaguirre - I had seen your post, it's a neat solution, however, as I mentioned, I think this requires using the CSS loader extension, and it looks like anyone using that extension needs to do some custom setup, so it doesn't seem like something I wanted to use.

ypresto pushed a commit to ypresto/error-lens that referenced this issue May 14, 2022
Add transparent icons and scale all icons down 90%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants