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

Respect foreman configuration for Rojo version #57

Closed OverHash closed 2 years ago

OverHash commented 2 years ago

Currently the vscode extension will use the "release branch" install from, with a "target version" as an override.

It would be beneficial if the vscode extension looked for a foreman.toml file and respects the configuration foreman uses. This would make collaborators across a project all use the same version of Rojo.

GlowingUmbreon commented 2 years ago

VSCode does have something called workspace settings that achieves the same effect. If you go to VSCode settings and click the workspace tab and change the version there anyone who uses the repository using VSCode will automatically use those settings.

evaera commented 2 years ago

This has been implemented in version 2 of the extension which is now the master branch