mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-27 04:07:13 +01:00
inline chat: better wording for re-running without intent detection
This commit is contained in:
@@ -682,7 +682,7 @@ export class InlineChatWidget {
|
||||
|
||||
this._slashCommandUsedDisposables.clear();
|
||||
|
||||
const label = localize('slashCommandUsed', "Using {0} to generate response. [[Re-run without]]", `\`\`/${details.command}\`\``);
|
||||
const label = localize('slashCommandUsed', "Using {0} to generate response ([[re-run without]])", `\`\`/${details.command}\`\``);
|
||||
const usingSlashCommandText = renderFormattedText(label, {
|
||||
inline: true,
|
||||
renderCodeSegments: true,
|
||||
|
||||
Reference in New Issue
Block a user