I use direnv to set PATH per project. Which means:
~$ which deno
deno not found
~$ cd deno-playground
direnv: loading .envrc
direnv: export ~PATH
~/deno-playground$ which deno
/home/user/.deno-1.0/bin/deno
I think a settings field like "deno.denoPath" should be introduced just like "python.pythonPath".
$DENO_DIR and $DENO_INSTALL_ROOT should also be configurable?
good idea
Most helpful comment
$DENO_DIRand$DENO_INSTALL_ROOTshould also be configurable?