None of the extension's features work. When executing Nim: Check nim project an error message Binary named 'nim' not found in PATH environment variable pops up.
It makes no sense; I have nim downloaded into Documents and symlinked to from $HOME/.local/share/bin, which exists in PATH.
$ echo "$PATH"
/home/mikolaj/.local/share/bin:/home/mikolaj/.local/bin:/home/mikolaj/.local/share/go/bin:/home/mikolaj/.local/share/cargo/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
$ which nim
/home/mikolaj/.local/share/bin/nim
$ stat "$(which nim)"
File: /home/mikolaj/.local/share/bin/nim -> /home/mikolaj/Documents/External-Software/nim/bin/nim
Size: 53 Blocks: 8 IO Block: 4096 symbolic link
...
None of the extension's features work. When executing Nim: Check nim project an error message Binary named 'nim' not found in PATH environment variable pops up.
It makes no sense; I have nim downloaded into Documents and symlinked to from
$HOME/.local/share/bin, which exists in PATH.