We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Edit with Copilot
1 parent fa37e36 commit 90f5604Copy full SHA for 90f5604
1 file changed
src/common/settingsUtils.ts
@@ -169,5 +169,5 @@ async function openCopilotForQuery(currentQuery: string) {
169
const chatMessage = vscode.l10n.t('I want to edit this GitHub search query: "{0}". Modify it so that it ', currentQuery);
170
171
// Open chat with the query pre-populated
172
- await vscode.commands.executeCommand(commands.OPEN_CHAT, { query: chatMessage, isPartialQuery: true });
+ await vscode.commands.executeCommand(commands.OPEN_CHAT, { query: chatMessage, isPartialQuery: true, mode: 'ask' });
173
}
0 commit comments