We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9a722 commit a78192bCopy full SHA for a78192b
src/mdbExtensionController.ts
@@ -955,7 +955,7 @@ export default class MDBExtensionController implements vscode.Disposable {
955
'workbench.action.chat.clearHistory'
956
);
957
await vscode.commands.executeCommand('workbench.action.chat.open', {
958
- query: '@MongoDB',
+ query: '@MongoDB ',
959
isPartialQuery: true,
960
});
961
this._telemetryService.trackCopilotIntroductionClicked({
0 commit comments