oracle / javavscode

Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
Apache License 2.0
231 stars 31 forks source link

Added JDK 22 GA download option and refactored code a bit #133

Closed Achal1607 closed 8 months ago

Achal1607 commented 8 months ago

Before image

Now image

jdkDownloaderManagement.json is kept

{  
  oracleJdk: {
             "version":{ baseDownloaderUrl: "downloadUrl"}
  }, 
  openJdk: {
             "version":{ baseDownloaderUrl: "downloadUrl"}
  }
}

So, that in future if some more configuration for a particular JDK is wanted then we can add here without disturbing existing structure.

closes #131