Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions vscode/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ export namespace jdkDownloaderConstants {
export const ORACLE_JDK_FALLBACK_VESIONS = ['24', '21'];

export const OPEN_JDK_VERSION_DOWNLOAD_LINKS: { [key: string]: string } = {
"24": "https://download.java.net/java/GA/jdk24.0.1/24a58e0e276943138bf3e963e6291ac2/9/GPL/openjdk-24.0.1"
"24": "https://download.java.net/java/GA/jdk24.0.2/fdc5d0102fe0414db21410ad5834341f/12/GPL/openjdk-24.0.2"
};
}

export const NODE_WINDOWS_LABEL = "Windows_NT";