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

Find the way to interact with Defold built-in files #18

Closed astrochili closed 9 months ago

astrochili commented 1 year ago

Right now there is no way to view or copy the built-in files outside of the editor. Only if attach all these files to the template, it’s possible I think, but will require more manual work to update the extension for each engine update. Is it okay?

astrochili commented 1 year ago

Think it's not a problem to copy built-in files in the Defold Editor. It's a not so frequent task.

astrochili commented 1 year ago

Okay, found a way to copy built-in folder inside the project by the user action. Why not?

astrochili commented 9 months ago

No because this creates useless files that will duplicate the original built-in folder in the tree view of the Defold Editor.