We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0604a8a commit 53d1abeCopy full SHA for 53d1abe
src/requirements.ts
@@ -81,7 +81,7 @@ export async function resolveRequirements(context: ExtensionContext): Promise<Re
81
* We'll keep it for compatibility.
82
*/
83
if (javaHome) {
84
- logger.info("Use the JDK from 'java.home' setting as the initial default project JDK.");
+ logger.info(`Use the JDK from '${preferenceName}' setting as the initial default project JDK.`);
85
} else if (javaRuntimes.length) {
86
sortJdksBySource(javaRuntimes);
87
javaHome = javaRuntimes[0].homedir;
0 commit comments