decentraland / editor-sdk7

VSCode extension for Decentraland SDK7 projects
https://marketplace.visualstudio.com/items?itemName=DecentralandFoundation.decentraland-sdk7
MIT License
3 stars 5 forks source link

feat: add main.crdt #109

Closed cazala closed 2 months ago

cazala commented 2 months ago

Let the Editor create an empty main.crdt file when it's being activated if the project doesn't have one. This is so the subsequent sdk commands, like the dev server, work properly (the have special logic for Editor projects based on this file bieng present). This fixes the issue where Smart Items were not visible on the Visual Editor on projects that were created without using the Editor.

github-actions[bot] commented 2 months ago

Test this pull request