I'm building a raylib project in zig (0.13.0) using raylib. On my laptop (macOS) i get code completion for both the standard library and raylib; however, on my desktop this isn't the case. On my windows desktop, only the standard library gives auto complete.
I used brew to install zig + zls on macos, and scoop on windows respectively. I hard-coded the zig and zls path in @ext:ziglang.vscode-zig (attached). I did the same thing on macOS (with the path to the homebrew location).
How do I get the raylib intellisense?