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

Unclear instruction? #7

Closed ogrotten closed 2 years ago

ogrotten commented 2 years ago

In the README.md under "Libraries" it says:

"To help the language server to find external libraries and parse their headers you need to unarchive the *.zip files in the .internal/lib/ folder."

Where is the .internal/lib/ folder spoken of in this instruction?

astrochili commented 2 years ago

.internal/lib/ in the project root folder. This folder appears after the external libraries are installed.

If there are no external libraries in the project, there is no .internal/lib/ folder.