Hi everyone, welcome to our August update for Visual Studio Code for Java! In this blog we are going to provide you more improvements about de-compiler support. Additionally, we are going to show creating Maven projects without archetype and important code highlighting bug fix. Let's get started!
More Decompiler Support Improvements
When we ...
We would like to inform you that the Docker host feature in Azure Toolkit will be affected by some internal architecture changes related to Azure Active Directory Graph API. For more details, please visit this page. Â
Please follow the steps below to check your versions of Azure Toolkit and update them if needed:Â
If you are using...
The OpenJDK HotSpot runtime system is a complex piece of software that employs several techniques to optimize the execution of Java programs on the fly. The system is composed of two different compilers, one interpreter and several different Garbage Collectors, among several other components. These compilers are orchestrated in a tiered ...