decentraland / editor-sdk6

VSCode extension for Decentraland SDK6
https://marketplace.visualstudio.com/items?itemName=DecentralandFoundation.decentraland
MIT License
3 stars 0 forks source link

chore: support local development #89

Closed cazala closed 1 year ago

cazala commented 1 year ago

This PR changes the inspector command to open a panel within vscode instead of opening outside in a new browser.

I also added the ability to specify a server and a port to use a local development server instead of the production one, ie:

LOCAL_DEV_SERVER=Inspector
LOCAL_DEV_PORT=3000

Then you can start the inspector dev server in localhost:3000 and you can use it from the Editor instead of using the one in the node_modules