Skip to content

Commit a78192b

Browse files
authored
fix(participant): add a space after query from announcement notification (#884)
1 parent 9c9a722 commit a78192b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mdbExtensionController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ export default class MDBExtensionController implements vscode.Disposable {
955955
'workbench.action.chat.clearHistory'
956956
);
957957
await vscode.commands.executeCommand('workbench.action.chat.open', {
958-
query: '@MongoDB',
958+
query: '@MongoDB ',
959959
isPartialQuery: true,
960960
});
961961
this._telemetryService.trackCopilotIntroductionClicked({

0 commit comments

Comments
 (0)