astrochili / vscode-defold

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

Fixed $jar_path assignment #11

Closed HectorFP closed 2 years ago

astrochili commented 2 years ago

Thanks for noticing, I really mixed up the variables in the last update.

Your code gives me an error:

.vscode/defold.sh: line 85: -4: substring expression < 0

So I changed it a little bit, check the last commit to see if everything works for you.