astrochili / vscode-defold

A toolkit for Visual Studio Code to develop games with Defold
https://marketplace.visualstudio.com/items?itemName=astronachos.defold
MIT License
160 stars 10 forks source link

JDK folder name does not match #10

Closed forge18 closed 2 years ago

forge18 commented 2 years ago

First off, thank you for this template, it has been really helpful.

As for the issue I found... The JDK folder in the most recent version of Defold is labeled "jdk11.0.15+10". The defold.sh file in this example project has the JDK folder listed as "jdk11.0.1-p1". This is causing a build error that prevents the project from being opened from VS Code.

astrochili commented 2 years ago

Oh, thanks! Is it enough to just edit the path?