Gregor Best
Gregor Best
I'd love that. I'm running into a similar scenario when editing Typescript stuff, and my muscle memory trips me up about once a day on this.
FWIW, I'm seeing this in a few situations with `gopls` and `starpls` as well as the Typescript LS. I'll take a stab at fixing this later tonight. It's mostly a...
@achew22 Is there a way to get this PR merged?
@achew22 Is there a way to get more detailed logs from the failed Windows build? It looks like it just aborts at some point without a specific error message. Or...
This is particularly helpful when running LSPs in the context of Bazel-managed TypeScript code.
Whether it's required seems to depend on the language server. The Typescript language server seems to be happy without cutting the `file://` prefix off. It probably can't hurt to do...
@alurm Would you be able to add the prefix-cutting back on top of your changes? If you don't want to/don't have the time, I can also open a new PR...