1
5
Fork
You've already forked anyzls
1

Add support for Windows. #4

Merged
knightpp merged 1 commit from Verafahn/anyzls:feature/support-windows into main 2026年06月01日 16:50:22 +02:00
Contributor
Copy link

#3

#3
knightpp left a comment
Copy link

Looks good. Thanks.

const subpath = try std.fs.path.join(arena, &.{ semver_str, "zls" }); should check for zls.exe or something to detect cache on windows.

Looks good. Thanks. `const subpath = try std.fs.path.join(arena, &.{ semver_str, "zls" });` should check for zls.exe or something to detect cache on windows.
@ -24,3 +25,3 @@
.argv=args_inherit,
.environ_map=env,
});
})catch{
Owner
Copy link

Could you add an if above to check for https://ziglang.org/documentation/0.16.0/std/#std.process.can_replace

or switch the error on error.OperationUnsupported while returning all other error codes up to the caller

Could you add an if above to check for https://ziglang.org/documentation/0.16.0/std/#std.process.can_replace or switch the error on `error.OperationUnsupported` while returning all other error codes up to the caller
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
knightpp/anyzls!4
Reference in a new issue
knightpp/anyzls
No description provided.
Delete branch "Verafahn/anyzls:feature/support-windows"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?