Skip to content

Commit

Permalink
Support Pleiades JDK path format on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cypher256 committed Jan 31, 2024
1 parent 3b66824 commit 8fb5415
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/jdkExplorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ async function findAll(): Promise<IDetectedJdk[]> {
} else if (OS.isMac) {
// Pleiades 2024+ aarch64 new path format (21/Home/bin -> 21/bin)
// e.g. /Applications/Eclipse_2024-12.app/Contents/java/21/bin
// Pending: Check access dialog on mac
// await jdks.pushByGlob('Pleiades', '/Applications/Eclipse_20*.app/Contents/java');
await jdks.pushByGlob('Pleiades', '/Applications/Eclipse_20*.app/Contents/java');
}
},
];
Expand Down

0 comments on commit 8fb5415

Please sign in to comment.