Visual Studio Code – In VS Code how to change the JRE for a project only
In VS Code I want to run a particular project with an older JRE (Java. 1.8) than the one VS Code and its language server uses (Java 17). How can I change the JRE for a project to an older…