From 2db6dc982aca50da4ff353d74b063909b41e1c8c Mon Sep 17 00:00:00 2001 From: Ulugbek Abdullaev Date: Tue, 2 Jan 2024 21:29:19 +0500 Subject: [PATCH] inline chat: better wording for re-running without intent detection --- src/vs/workbench/contrib/inlineChat/browser/inlineChatWidget.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/inlineChat/browser/inlineChatWidget.ts b/src/vs/workbench/contrib/inlineChat/browser/inlineChatWidget.ts index 20469180e6c..6678164b6f5 100644 --- a/src/vs/workbench/contrib/inlineChat/browser/inlineChatWidget.ts +++ b/src/vs/workbench/contrib/inlineChat/browser/inlineChatWidget.ts @@ -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,