I downloaded the Windows version of nim here: https://nim-lang.org/install_windows.html
Installed the nim extension, but when I save my files, I receive an error:
No 'nimpretty' binary could be found in PATH environment variable
I can't find any nimpretty executable in the entire nim1.0.0 folder. There is a folder called nimpretty, except there is no executable in there. Any help is greatly appreciated!
ROFL. Wow, nvm. I just did nim c nimpretty.nim in the nimfolder.
Okay, gonna add this to my PATH. Hopefully I can get this working with the VSCode Nim Extension!
if you start VSCode from the command-line does it find those?
Maybe VSCode $PATH does not load properly the environment variable
It is a known problem, and we will fix it (ship nimpretty with Windows version) for v1.0.2 coming out next week.
next week, from what month ? ;-) well that's still the v1.0.0 on the download page. not that I'm in a hurry, but in case someone forget something...
next week, from what month ? ;-)
Heh, that was the original plan, but.... things went their own way.
You don't need to wait no more: Nim v1.0.2 is, as of today, officially out.