We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5376f99 commit cfdc74fCopy full SHA for cfdc74f
extensions/vscode/src/insiders.ts
@@ -88,7 +88,7 @@ export function useInsidersStatusItem(context: vscode.ExtensionContext) {
88
}
89
else {
90
item.text = '✨ Get Insiders Edition';
91
- item.severity = vscode.LanguageStatusSeverity.Warning;
+ item.severity = vscode.LanguageStatusSeverity.Information;
92
93
94
useCommand('vue-insiders.update', async () => {
0 commit comments