rojo-rbx / vscode-rojo

Visual Studio Code plugin for Rojo
https://marketplace.visualstudio.com/items?itemName=evaera.vscode-rojo
Mozilla Public License 2.0
36 stars 23 forks source link

Option to not show the output when activated #15

Closed mkargus closed 5 years ago

mkargus commented 5 years ago

The extension currently shows the output every time it is activated.

0eccc7c0-df73-4d47-a78a-703a7391b9d8

Line to edit: https://github.com/rojo-rbx/vscode-rojo/blob/449d7fe406ac178ce3f1195049d81fb654eecad8/src/Rojo.ts#L116

evaera commented 5 years ago

Sometimes Rojo will give you diagnostic error messages in that panel if there's something wrong with your configuration. I usually just close it after I click start and see that it works.

If possible I think I'd rather just change it to detect the success case and show a notification instead of the output channel, but show it in case of error.