-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support WSL binaries for zig/zls #55
Comments
You can change the zig and zls paths to point to the "wsl" binaries in the per-project settings under |
ZigBrains can only run native executables for zig and zls at the moment, support for cross-platform and remote binaries is planned in the future, but for now you'll need to use a windows exe for them (or alternatively, install a linux version of your IDE into the WSL environment, and then use intellij Code With Me to remotely connect to it). |
Gotcha! |
@Zelinzky how are you running things i have been using it with WSL just fine, since its running on the remote side using the gateway stuff in clion. works almost as well as when i am booted into a proper linux distro. |
The plugin works relatively well, but when working with wsl projects it continues to use windows zig binaries.
It would be ideal that the plugin detects when running a wsl project and uses zig and zls from the wsl path.
The text was updated successfully, but these errors were encountered: