inline chat: better wording for re-running without intent detection

This commit is contained in:
Ulugbek Abdullaev
2024-01-02 21:29:19 +05:00
parent 275819ac9d
commit 2db6dc982a
@@ -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,