Running VSCode on your laptop
As we’ve just seen, running VSCode in the Azure cloud and Codespaces is very convenient. While there is some setup, a lot of the tools are preconfigured for you. But sometimes, the tools don’t have the latest update, which might cause KIE to throw an error if it expects a different version.
For whatever reason, running VSCode on your laptop is very achievable – but you will need to make sure the following software tools are installed on your laptop before you work through the preceding steps:
- VSCode from Microsoft
- Java (Java Development Kit (JDK))
- Maven, the build tool from Apache
We haven’t covered the installation of these tools on a laptop since they are not needed for the cloud version, and they are freely available with full install instructions on the respective websites.