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

Duplication of libraries API after dependency version change #39

Open astrochili opened 5 months ago

astrochili commented 5 months ago

If change the version of an external dependency, the bob (or Defold Editor too?) doesn't clear the old version of the library from the .internal folder. This causes Defold Kit to unpack the archives of all versions of the same library from the internal/libs folder, which leads to duplication of api.

Not sure if this is a bob bug or not, but one solution is to clean up the .internal/libs folder before fetching dependencies.