You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some compatibility reasons, I set my own XDG Base Directories. Not equal to default macOS folder suggestions.
I know there is a configuration to open XDG support on Mac, but some zig tools (such as zls ) don't provide a method to change it. If known-folders can read env and follow the XDG settings, will resolve this problem.
The text was updated successfully, but these errors were encountered:
I use macos and prefer using XDG directories for everything. I use zls which uses this project, but I have no way to insert pub const known_folders_config = .{ .xdg_on_mac = true }; into the code of zls, since I'm just a user of zls.
For some compatibility reasons, I set my own XDG Base Directories. Not equal to default macOS folder suggestions.
I know there is a configuration to open XDG support on Mac, but some zig tools (such as zls ) don't provide a method to change it. If
known-folders
can read env and follow the XDG settings, will resolve this problem.The text was updated successfully, but these errors were encountered: