Skip to content

Commit 957eb87

Browse files
committed
Use std.fs.path.resolve for relative workspace configuration
1 parent ea36839 commit 957eb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ fn handleConfiguration(server: *Server, json: std.json.Value) error{OutOfMemory}
763763
break :check_relative;
764764
};
765765

766-
const absolute = try std.fs.path.join(arena, &.{
766+
const absolute = try std.fs.path.resolve(arena, &.{
767767
root_dir, maybe_relative,
768768
});
769769

0 commit comments

Comments
 (0)