rokucommunity / vscode-brightscript-language

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

Move common user input into a dedicated manager #523

Closed TwitchBronBron closed 1 year ago

TwitchBronBron commented 1 year ago

Moves the promptForHost command into a UserInputManager class so we can start centralizing our user input flows and sharing them to unify the experience across the extension.