Skip to content

Commit

Permalink
Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
joehan committed Oct 21, 2024
1 parent 16753db commit fc6a57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase-vscode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ async function checkCLIInstallation(): Promise<void> {
}

if (message) {
vscode.window.showInformationMessage(message);
vscode.window.showWarningMessage(message);
}
}

0 comments on commit fc6a57c

Please sign in to comment.