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 1809fb8 commit eae596eCopy full SHA for eae596e
src/inbox.ts
@@ -70,7 +70,7 @@ export class Inbox implements vscode.Disposable {
70
inboxMessage.notification.template_id === TEMPLATE_WORKSPACE_OUT_OF_DISK ||
71
inboxMessage.notification.template_id === TEMPLATE_WORKSPACE_OUT_OF_MEMORY
72
) {
73
- vscode.window.showWarningMessage(inboxMessage.notification.title)
+ vscode.window.showInformationMessage(inboxMessage.notification.title)
74
}
75
} catch (error) {
76
this.notifyError(error)
0 commit comments