Techatrix

Results 202 comments of Techatrix

You don't need to rebase your branches whenever a new commit is pushed to the master branch unless a conflict occured.

I'm sorry for leaving this issue unanswered so long but at least I have some good news. ZLS has a new [Install Page](https://zigtools.org/zls/install/). For every `tar.xz` file, a `.tar.gz` file...

Seems like there are no issue with the provided solution.

The "extract to new file" is also tracked by ZLS in https://github.com/zigtools/zls/issues/2335

Sorry neglecting this PR over the past few weeks. I was planing to give this another look but always got distracted with other stuff. I will review this now.

It shouldn't be too difficult to implement this on top of #230. I anticipated that mirrors could be added to this extension so I tried to plan ahead by adding...

Instead of deleting the file, it's content should be removed: ```zig defer if (log_file) |file| if (server.status == .exiting_success) file.setEndPos(0) catch {}; ``` This should give better results when multiple...

> * Neovim allows ZLS to clear the log file, but somehow one line remains in the log file: This is probably because the logs are cleared before calling `server.destroy();`...

Would be nice if the `FileNotFound` error would show which file it is talking about.. :( Could you post ZLS's entire log output. Ideally with the ``zig.zls.debugLog` option enabled in...

> Deleting my `zig-cache` got rid of the problem. Then it seems like you somehow had a corrupted Zig cache. I doubt that an issue with the caching system is...