Skip to content

Commit

Permalink
Run realpath on the paths of LSP prelude files
Browse files Browse the repository at this point in the history
  • Loading branch information
hra687261 committed Aug 26, 2023
1 parent d9ecb6d commit 77b28e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsp/server.ml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let parse_settings settings =
List.map (
fun s ->
match s with
| `String f -> f
| `String f -> Unix.realpath f
| _ ->
raise (ServerError (
Format.asprintf
Expand Down

0 comments on commit 77b28e2

Please sign in to comment.