Vscode_deno: Configure deno executable path

Created on 20 May 2020  路  2Comments  路  Source: denoland/vscode_deno

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".

enhancement

Most helpful comment

$DENO_DIR and $DENO_INSTALL_ROOT should also be configurable?

All 2 comments

$DENO_DIR and $DENO_INSTALL_ROOT should also be configurable?

good idea

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xXACCEXx picture xXACCEXx  路  6Comments

1.0
justjavac picture justjavac  路  4Comments

Ragzouken picture Ragzouken  路  5Comments

trentjones21 picture trentjones21  路  4Comments

lgarron picture lgarron  路  8Comments