Skip to content

Commit

Permalink
Expand notifications
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <fbricon@gmail.com>
  • Loading branch information
fbricon committed Nov 22, 2024
1 parent 44913a0 commit a45b207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configureAssistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export class AiAssistantConfigurator {
if (currentChatModel) {
message += ` Now select '${currentChatModel}' from Continue's chat model dropdown.`;
}
vscode.window.showInformationMessage(message);
vscode.window.showInformationMessage(message, "");
}

if (continueOnboardingMightShow) {
Expand Down

0 comments on commit a45b207

Please sign in to comment.