You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The $PATH environment variable supports directories; meaning an executable that's a direct (i.e, non-recursive) child of the directory is counted as in the $PATH. The language server should check if an entry is a directory and check it's children.
When coupled with #254, this results in the kotlin compiler & stdlib not being found, resulting in a failed build.
The text was updated successfully, but these errors were encountered:
The
$PATH
environment variable supports directories; meaning an executable that's a direct (i.e, non-recursive) child of the directory is counted as in the$PATH
. The language server should check if an entry is a directory and check it's children.When coupled with #254, this results in the kotlin compiler & stdlib not being found, resulting in a failed build.
The text was updated successfully, but these errors were encountered: