How to change undrline color for some situations #509
-
Hello, How can I change the color of the underline for situations like Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
karthiknadig
Feb 5, 2024
Replies: 1 comment 1 reply
-
You can use
Error = Red, Warning = Yellow, Information = Blue, Hint = Grey Dots. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AMoktar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
pylint.severity
setting to change that. replaceerror-name
with either name or code.Error = Red, Warning = Yellow, Information = Blue, Hint = Grey Dots.