Roblox Output SyncThis extension can be found on Visual Studio Marketplace and on Github. FeaturesThis extension will log output from Roblox in VS Code for easier access. This extension optionally converts Roblox paths to file paths so that you can click-to-go-to-source on errors. RequirementsYou must install this plugin (Github) in Roblox Studio to use this extension. Once installed, click the "Toggle" button at the beginning of each session to start logging the output to VS Code. How-to
Known Issues
Release Notes0.2.0Output is now shown using OutputChannels (optional). The plugin now converts Roblox script paths to file paths. When set to use OutputChannels, you can click on the path to go to the file. Many settings added in relation with the new output conversion feature. 0.1.0Output is now uploaded as chunks of characters instead of individual lines. Output that would be too large to upload in one request is now split into multiple requests. If the Roblox plugin or VS Code extension detects that its counterpart is outdated, then it will inform you that there is an update. Added icons. 0.0.3Update roblox plugin to fix issues with stand-alone \r and \n characters. 0.0.2Updated readme 0.0.1Initial release |