eclipse / lsp4e

Language Server Protocol support in Eclipse IDE
Eclipse Public License 2.0
60 stars 53 forks source link

LSPEclipseUtils.FILE_URI should be 'file:' instead of 'file://' #974

Closed ylussaud closed 3 months ago

ylussaud commented 3 months ago

A file URI starts with file: not necessarily with file:// see the Wikipedia page for more details.

mickaelistria commented 3 months ago

The type of URI we usually want in LSP4E is the one described in https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#uri .

ylussaud commented 3 months ago

OK this issue is not relevant, I'll change URIs on my side. Thank you.