rojo-rbx / vscode-rojo

Visual Studio Code plugin for Rojo
https://marketplace.visualstudio.com/items?itemName=evaera.vscode-rojo
Mozilla Public License 2.0
35 stars 23 forks source link

Add project file changes in preparation for Rojo 7.4.0 #85

Open Dekkonot opened 11 months ago

Dekkonot commented 11 months ago

In Rojo 7.4.0, whenever that releases, we have a new field called emitLegacyScripts in project files. Also, we've allowed Terrain to be included in a project file without a $className field since it's basically a service in the same vein as StarterPlayerScripts and StarterCharacterScripts.

This just adds those changes to the schema for project files.