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
I'm trying to make a 32 bit windows dll. I used to use MSVC, but I want to switch to open source compilers.
How can I add the windows headers to my lsp? I don't know how I could get them in nix-fashion and how I can Add them to the lsp config ( maybe some thing like initOptions.clang.extraArgs = ["-I${pkgs.something}/include"]; for ccls). I don't care if it is clangd or ccls for now; I just want to get it working.
This discussion was converted from issue #2349 on October 06, 2024 05:19.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to make a 32 bit windows dll. I used to use MSVC, but I want to switch to open source compilers.
How can I add the windows headers to my lsp? I don't know how I could get them in nix-fashion and how I can Add them to the lsp config ( maybe some thing like
initOptions.clang.extraArgs = ["-I${pkgs.something}/include"];
for ccls). I don't care if it is clangd or ccls for now; I just want to get it working.Beta Was this translation helpful? Give feedback.
All reactions