Skip to content

Commit

Permalink
fix(participant): add a space after query from announcement notificat…
Browse files Browse the repository at this point in the history
…ion (#884)
  • Loading branch information
gagik authored Nov 25, 2024
1 parent 9c9a722 commit a78192b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mdbExtensionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ export default class MDBExtensionController implements vscode.Disposable {
'workbench.action.chat.clearHistory'
);
await vscode.commands.executeCommand('workbench.action.chat.open', {
query: '@MongoDB',
query: '@MongoDB ',
isPartialQuery: true,
});
this._telemetryService.trackCopilotIntroductionClicked({
Expand Down

0 comments on commit a78192b

Please sign in to comment.