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

README.md still uses "modules.debugger" #9

Closed BitsAtPlayDev closed 2 years ago

BitsAtPlayDev commented 2 years ago

Hi,

In README.md, under section "Debugger", it still uses:

require("modules.debugger")

Instead of the new syntax:

require("debugger.debugger")

BTW, I found this guide extremely helpful. Thanks for making it! :)