-
Notifications
You must be signed in to change notification settings - Fork 40
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
Adds ability to install a missing bsc version #583
Merged
Merged
Changes from 7 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
26ec6f7
Adds ability to install a missing bsc version
TwitchBronBron 190ea99
Merge branch 'master' into enhanced-bsc-picker
TwitchBronBron 4bd3d8d
Fix broken test
TwitchBronBron 83eeef0
Add support for loading lsp from npm or url
TwitchBronBron 24ef473
Proper url hashing
TwitchBronBron 7bb3902
Add command to clear local npm cache
TwitchBronBron 8c6600f
Add language server menu option for clearing cached packages
TwitchBronBron 43fa9da
Delete bsc versions after 45 days of inactivity
TwitchBronBron 13b6abf
Add command to view packages dir in explorer
TwitchBronBron 45cf3f2
Prevent installing same bsc dependency multiple times
TwitchBronBron fb8c811
Merge branch 'master' into enhanced-bsc-picker
TwitchBronBron 25f240d
Better messaging around removing cached brighterscript versions
TwitchBronBron 87a9228
Fix bug keeping test process alive for too long
TwitchBronBron 97c7dd3
Add `LocalPackageManager` class, not finished yet
TwitchBronBron a26f523
Add ability to delete all of a given package
TwitchBronBron 9409054
Add ability to remove a specific package.
TwitchBronBron 0aeed72
Fix coverage issues
TwitchBronBron 998f953
Update LanguageServermanager to use localPackageManager
TwitchBronBron a409812
Tweak comment
TwitchBronBron 277d21c
Better internal package object handling
TwitchBronBron 91fc994
Add live npm install test
TwitchBronBron 4147d31
support for non-semver versions
TwitchBronBron 1f0f921
Refactored LanguageServerManager to better handle bsc version
TwitchBronBron 0b0c12c
Add unit tests for parseVersionInfo and getVersionDirName
TwitchBronBron bca7a87
Fix some broken tests
TwitchBronBron c7bf7e5
Handle loading bsc version using version number
TwitchBronBron 758c2a8
Split mainline releases and prereleases
TwitchBronBron b037ce0
Merge branch 'master' into enhanced-bsc-picker
TwitchBronBron 112a5d1
Merge branch 'master' into enhanced-bsc-picker
TwitchBronBron 524489b
Fixed json parse issue when fetching npm package versions
TwitchBronBron 43e015f
Fix lint issue
TwitchBronBron File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chrisdp what do you think about this command name and the message?