jdbaldry / jsonnet-language-server

A Language Server Protocol (LSP) server for Jsonnet (https://jsonnet.org).
GNU Affero General Public License v3.0
17 stars 2 forks source link

fix: typo in `file://` for import definitions #29

Closed julienduchesne closed 2 years ago

julienduchesne commented 2 years ago

I'm guessing it works in Emacs, but with the typo, definitions were completely broken for vscode All good now!

Signed-off-by: Julien Duchesne julien.duchesne@grafana.com

jdbaldry commented 2 years ago

Was absolutely a typo but I was interested in the fact that it worked. I think it is probably because the Linux stat syscall doesn't care about extra leading slashes.