-
-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vscode): fix insider version display condition
close volarjs/insiders#21
- Loading branch information
1 parent
e4e8c8c
commit 3194078
Showing
1 changed file
with
35 additions
and
40 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
3194078
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.
@johnsoncodehk What happened to what you said in the discussion about the upgrade prompt being no longer displayed in future versions?
#4127 (comment)
The "Get Insiders Edition" notification leads the notification icon to be essentially useless in VSCode, as it's always present with this extension.
3194078
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.
@johnsoncodehk would you be open for a PR that changes the severity of this notification from
Warning
toInformation
? As commented above the notification icon right now indicates that there is some sort of problem with the extension, even though it's working fine.