Skip to content

Commit eae596e

Browse files
chore: replace showWarningMessage with showInformationMessage
1 parent 1809fb8 commit eae596e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class Inbox implements vscode.Disposable {
7070
inboxMessage.notification.template_id === TEMPLATE_WORKSPACE_OUT_OF_DISK ||
7171
inboxMessage.notification.template_id === TEMPLATE_WORKSPACE_OUT_OF_MEMORY
7272
) {
73-
vscode.window.showWarningMessage(inboxMessage.notification.title)
73+
vscode.window.showInformationMessage(inboxMessage.notification.title)
7474
}
7575
} catch (error) {
7676
this.notifyError(error)

0 commit comments

Comments
 (0)