Skip to content

LSP extension diagnostics underlining is missing for Theia based application #13332

Closed Answered by msujew
hasm1k asked this question in General
Discussion options

You must be logged in to vote

"uri": "file:///C%3A\example.x"

Oh, I see. I probably should have noticed that in the in the previous message you sent. The issue isn't the URI escaping, but something else. Backslashes \ are interpreted as literal backslashes per the URI spec, not path separators. Your language server should return / instead. This isn't a Theia issue.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@hasm1k
Comment options

@msujew
Comment options

Comment options

You must be logged in to vote
2 replies
@msujew
Comment options

Answer selected by hasm1k
@hasm1k
Comment options

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