On Windows, using the ZLS install command (zvm install -D=zls master) installs a completely invalid EXE. Attempting to run the version of zig placed in %USERPROFILE%\.zvm\bin produces the following error:
> zls
ResourceUnavailable: Program 'zls.exe' failed to run: An error occurred trying to start process 'C:\Users\cridl\.zvm\bin\zls.exe' with working directory 'D:\Documents\Development\AoC\aoc-2023\Zig'. The specified executable is not a valid application for this OS platform.At line:1 char:1
Upon further inspection, the zls.exe file placed in the bin folder isn't even a valid Win32 executable.
On Windows, using the ZLS install command (
zvm install -D=zls master
) installs a completely invalid EXE. Attempting to run the version of zig placed in%USERPROFILE%\.zvm\bin
produces the following error:Upon further inspection, the zls.exe file placed in the bin folder isn't even a valid Win32 executable.