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

Is it possible to disable (or remove) the inline information? #15

Closed
junliu111 opened this issue Jul 10, 2019 · 2 comments
Closed

Is it possible to disable (or remove) the inline information? #15

junliu111 opened this issue Jul 10, 2019 · 2 comments

Comments

@junliu111
Copy link

The extension is awesome. Is it possible to disable (or remove) the inline information (warnings, errors, etc.) since I only want to use gutter decoration? thanks.

@usernamehw
Copy link
Owner

usernamehw commented Jul 11, 2019

"errorLens.errorForeground": "#fff0",
"errorLens.errorBackground": "#fff0",
"errorLens.warningBackground": "#fff0",
"errorLens.warningForeground": "#fff0",
"errorLens.infoBackground": "#fff0",
"errorLens.infoForeground": "#fff0",
"errorLens.hintBackground": "#fff0",
"errorLens.hintForeground": "#fff0",

@junliu111
Copy link
Author

Thanks. This works well.

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

No branches or pull requests

2 participants