rokucommunity / vscode-brightscript-language

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

Pass the modal property from the PopupMessageEvent #537

Closed Christian-Holbrook closed 6 months ago

Christian-Holbrook commented 6 months ago

This change utilizes the modal property that was added to the PopupMessageEvent. The modal property is being added to make any errors more visible when VSCode fails to launch a channel. The most common example of this is a bad password.

Here's a screen shot of the modal.

Screenshot 2024-01-08 091210
TwitchBronBron commented 6 months ago

@Christian-Holbrook can you install the very latest version of roku-debug? I just released the change with that new modal option, which is why the CI is failing.