Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-install brighterscript versions #577

Open
TwitchBronBron opened this issue Jun 12, 2024 · 0 comments
Open

Auto-install brighterscript versions #577

TwitchBronBron opened this issue Jun 12, 2024 · 0 comments

Comments

@TwitchBronBron
Copy link
Member

Update the brighterscript version picker to show the following options:

  • use vscode's version
  • use workspace version
  • use latest prerelease
  • specific in-progress version
    • lsp-rewrite
    • v1
      -stuff
  • Pick from release list
    • 1.0.0
    • 1.0.1

Implementation:

  • when a specific version is selected, vscode should install that version from npm (or github depending on where the release is coming from) into a temporary or extension-specific storage (i.e. NOT in the workspace folder), and then use the lsp from that folder

This provides the benefit of having users jump onto different release tracks without needing to mess with npm. This also allows many devs to not need npm at all if they're not using bsc for building.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant