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

Roblox Studio Plugin installs to wrong path #89

Open ActualMasterOogway opened 3 months ago

ActualMasterOogway commented 3 months ago

Currently, when the "Install Roblox Studio Plugin" button is pressed in the Rojo Menu, the plugin is installed to %localappdata%\Roblox\Plugins. However, in my Studio settings, I have changed the directory to the local plugins. Using the registry value rbxm_local_plugin_last_directory located in Computer\HKEY_CURRENT_USER\SOFTWARE\Roblox\RobloxStudio would fix the issue. %localappdata%\Roblox\Plugins should still be the fallback value if Computer\HKEY_CURRENT_USER\SOFTWARE\Roblox\RobloxStudio doesn't exist. image image