Skip to content

Commit

Permalink
feat: Add support for oracle.oracle-java
Browse files Browse the repository at this point in the history
  • Loading branch information
hverlin committed Nov 14, 2024
1 parent 1438351 commit f4f8ec5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/utils/supportedExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,13 @@ export const SUPPORTED_EXTENSIONS: Array<ConfigurableExtension> = [
};
},
},
{
extensionName: "oracle.oracle-java",
toolName: "java",
generateConfiguration: async (tool: MiseTool) => {
return {
"jdk.jdkhome": tool.install_path,
};
},
},
];

0 comments on commit f4f8ec5

Please sign in to comment.