From 0d49a2e0afbe942106ad3083eeb8bb56473789d7 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Sat, 2 Jun 2018 01:04:31 -0700 Subject: [PATCH] Mention VS Code extension in getting started guide --- docs/getting-started/installation.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 2c3c986d..2b843a32 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -20,4 +20,7 @@ To install the plugin, either: * Install the plugin from the [Roblox plugin page](https://www.roblox.com/library/1211549683/Rojo). * This gives you less control over what version you install -- you will always have the latest version. * Or, download the latest release from [the GitHub releases section](https://github.com/LPGhatguy/rojo/releases) and install it into your Roblox plugins folder - * You can open this folder by clicking the "Plugins Folder" button from the Plugins toolbar in Roblox Studio \ No newline at end of file + * You can open this folder by clicking the "Plugins Folder" button from the Plugins toolbar in Roblox Studio + +## Visual Studio Code Extension +If you use Visual Studio Code on Windows, you can install [Evaera's unofficial Rojo extension](https://marketplace.visualstudio.com/items?itemName=evaera.vscode-rojo), which will install both halves of Rojo for you. It even has a nifty UI to add partitions and start/stop the Rojo server! \ No newline at end of file