rokucommunity / vscode-brightscript-language

A Visual Studio Code extension for Roku's BrightScript language
MIT License
110 stars 41 forks source link

No BrightScript Log option in output #315

Closed DusanLesan closed 3 years ago

DusanLesan commented 3 years ago

Since the latest update 2.22.1, I have lost the option "BrightScript Log" in the output drop-down. Also, I have noticed other issues like error detection is not working, we cannot follow function calls with ctrl+click... Previous version: pic-selected-210531-1240-42 New version with same code: pic-selected-210531-1241-34

livecano commented 3 years ago

I noticed this as well and also can't find a way to load .env variables into the launch.json since the latest update.

TwitchBronBron commented 3 years ago

This has been resovled in v2.22.2 and was caused by a missing prod dependency in roku-deploy

DusanLesan commented 3 years ago

Working fine. Thanks Bronley