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
It turns out that when vscode is using find-java-home it is not running it from the project root folder, but somewhere else. This makes it so that jenv doesn't pick up the local .java-version file for the project, but rather instead it uses the globally set jenv java version. So while this #26 does work, it doesn't work quite as well as I had hoped.
I could work on a followup PR, which would allow setting the project root if that sounds like something you'd be willing to accept, @jsdevel?