forked from golang/vscode-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
goLanguageServer: use semver.parse instead of semver.coerce
Didn't spend enough time investigating why this is necessary, but this fixes the handling of pre-releases. Noticed that it wasn't suggesting an update for a pre-release for me (when I already had a pre-release installed). Change-Id: I8d4bd24a922d593eb4e214447534fccba10c4fd7 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/239984 Run-TryBot: Rebecca Stambler <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
- Loading branch information
1 parent
057186f
commit ebf7f83
Showing
2 changed files
with
6 additions
and
2 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
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