rokucommunity / vscode-brightscript-language

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

Fix the install-local and watch-all scripts #541

Closed TwitchBronBron closed 5 months ago

TwitchBronBron commented 5 months ago

The install-local script currently only links the sibling projects into vscode-brightscript-language. However, some of the other projects depend on each other as well, so they should all be inter-linked.

Updates the watch-all script to run the projects in order as well so we ensure the dependent projects are built before spinning up the next watcher.