Skip to content

Commit a27c843

Browse files
authored
Update src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChat.ts
1 parent c8f8dea commit a27c843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export namespace TerminalChatContextKeys {
6464
/** Whether the terminal chat agent has been registered */
6565
export const agentRegistered = new RawContextKey<boolean>(TerminalChatContextKeyStrings.ChatAgentRegistered, false, localize('chatAgentRegisteredContextKey', "Whether the terminal chat agent has been registered."));
6666

67-
/** The chat response contains a single code block */
67+
/** The chat response contains at least one code block */
6868
export const responseContainsCodeBlock = new RawContextKey<boolean>(TerminalChatContextKeyStrings.ChatResponseContainsCodeBlock, false, localize('chatResponseContainsCodeBlockContextKey', "Whether the chat response contains a code block."));
6969

7070
/** The chat response contains multiple code blocks */

0 commit comments

Comments
 (0)