The first seven characters are truncated in the processing from URI to Path, but that is not sufficient in a Windows environment.
|
val path = uri.value.drop("file://".length) |
If this works fine in a Windows environment, sorry.
Also, if this bug exists, the same bug exists in keynmol/grammar-js-lsp.
The first seven characters are truncated in the processing from URI to Path, but that is not sufficient in a Windows environment.
quickmaffs/LSP.scala
Line 87 in 7c76226
If this works fine in a Windows environment, sorry.
Also, if this bug exists, the same bug exists in keynmol/grammar-js-lsp.