-
-
Notifications
You must be signed in to change notification settings - Fork 960
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
Remove ansi escape sequence from code lens #5075
Comments
Hello @hexh250786313 , can you take a look at this? Does the ansi character added by the extension? |
@fannheyward Yes. Cause I haven't found another good way to highlight the specific inline code in coc markdown parser. coc.nvim/src/util/ansiparse.ts Lines 66 to 81 in 16dfda7
#5077 may help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
coc-pretty-ts-errors uses ansi escape for error messages, but ansi escape sequences in these messages are shown in code lens, and it makes difficult to read error messages via code lens:
Describe the solution you'd like
Remove ansi escape sequences.
Describe alternatives you've considered
(None)
Additional context
(None)
The text was updated successfully, but these errors were encountered: