Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-10 | Update to zls 0.10.0 | Techcable | |
No longer need seperate build_runner.zig https://github.com/zigtools/zls/releases/tag/0.10.0 | |||
2021-12-27 | Fix install file accidentally running zls config | Techcable | |
We should prompt not run. Apparently those backticks actually run a command -_- The shell is a horrible language. | |||
2021-12-27 | Update to zls 0.9.0 | Techcable | |
Compatible with zig 0.9.0 Instead of manually editing the config to place build_runner.zig in a custom location, this simply places it right next to the executable in /usr/bin This avoids having to manually modify the config. Also, this adds an install script which prompts the user to run `zls config` to setup the initial configuration. I highly recomend running it :) |