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

Allow plugin paths on unsupported platforms. #52

Closed GlowingUmbreon closed 2 years ago

GlowingUmbreon commented 2 years ago

Currently on "unsupported platforms", such as linux, the VSCode extension cannot download the plugin. This PR makes it so if its a unsupported platform it will still try to download the plugin if a custom path is specified in settings. Fixes #51