llogick

Results 63 comments of llogick

likely client side/plugin vscode for comparison: ![zls_completion_screenshot_vscode](https://user-images.githubusercontent.com/16590917/186949058-5116f2af-78e8-4706-92d9-fa6462e60643.png) ![zls_completion_screenshot_vscode2](https://user-images.githubusercontent.com/16590917/186950474-19ac35f3-7670-4f0b-8abc-f346121af81f.png)

edit: There's no official response yet, but one could probably restore the previous functionality by commenting out https://github.com/zigtools/zls/blob/2ac8ab6ce92869c71aaf774417e02ed5bc753c52/src/Server.zig#L1553 As the comments state, labelDetails can be quite lengthy, however, function signatures...

> But you should also update the README. will do, once i find out if this is the desired functionality as requested in https://github.com/zigtools/zls/issues/540

i was mulling over the description("What it Does") and it occurs to me that this might be more aptly named "highlight_global_var_declarations" i need a Yes, preferably 2

Try as I may, I can't squash the original. Wat do?

This is a compiler error, but what surprises me is that "some work with c++20 and some don't" are you using the same compiler for all the projects? is upgrading...

Hmm, one could say that the IDE should consider the compiler and it's version to determine if a given option is valid for that particular compiler / compiler version, but...

At a glance what stands out to me is the "Access is denied.", which has to do with file/folder ownership/persmissions .. and, I also see a "OneDrive" folder in your...

can you post the output of `zig cc helloworld.c -o helloworld_zig_cc --verbose`

there's so much going on there obv "pwd: /_s/" is not a valid path symlink different toolchains any idea why it goes from ``` Target: x86_64-unknown-linux-gnu ... "/data/_v/zig-linux-x86_64-0.10.0-dev.4369+1087e6776/zig" -cc1 -triple...