-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds ability to install a missing bsc version (#583)
* Adds ability to install a missing bsc version * Fix broken test * Add support for loading lsp from npm or url * Proper url hashing * Add command to clear local npm cache * Add language server menu option for clearing cached packages * Delete bsc versions after 45 days of inactivity * Add command to view packages dir in explorer * Prevent installing same bsc dependency multiple times * Better messaging around removing cached brighterscript versions * Fix bug keeping test process alive for too long * Add `LocalPackageManager` class, not finished yet * Add ability to delete all of a given package * Add ability to remove a specific package. * Fix coverage issues * Update LanguageServermanager to use localPackageManager * Tweak comment * Better internal package object handling * Add live npm install test * support for non-semver versions * Refactored LanguageServerManager to better handle bsc version * Add unit tests for parseVersionInfo and getVersionDirName * Fix some broken tests * Handle loading bsc version using version number * Split mainline releases and prereleases * Fixed json parse issue when fetching npm package versions * Fix lint issue
- Loading branch information
1 parent
b915a4a
commit db3dfcd
Showing
20 changed files
with
1,639 additions
and
140 deletions.
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.