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
To get build file info (packages) we usually compile and run them. Small problem: this takes ages, especially for larger projects, and kills interactivity. Interpreting them would likely be much faster.
Also: this brings us one step closer to zls being Zig executable free and thus closer to #771.
The text was updated successfully, but these errors were encountered:
Good point! I think we'll have to eventually revisit this if ziglang/zig#14286 ends up being implemented, but in the meantime I totally agree that this is not a necessary change.
To get build file info (packages) we usually compile and run them. Small problem: this takes ages, especially for larger projects, and kills interactivity. Interpreting them would likely be much faster.
Also: this brings us one step closer to zls being Zig executable free and thus closer to #771.
The text was updated successfully, but these errors were encountered: