We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e23e7 commit 7aa21deCopy full SHA for 7aa21de
lsp/src/uri0.ml
@@ -46,7 +46,7 @@ let to_path t =
46
|> String.replace_all ~pattern:"%3D" ~with_:"="
47
|> String.replace_all ~pattern:"%3F" ~with_:"?"
48
in
49
- Filename.concat "/" path
+ if Sys.win32 then path else Filename.concat "/" path
50
51
let of_path (path : string) =
52
let path = Uri_lexer.escape_path path in
0 commit comments