Skip to content

Commit 327420f

Browse files
authored
Update src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChat.ts
1 parent 321bee3 commit 327420f

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
@@ -67,7 +67,7 @@ export namespace TerminalChatContextKeys {
6767
/** The type of chat response, if any */
6868
export const responseContainsCodeBlock = new RawContextKey<boolean>(TerminalChatContextKeyStrings.ChatResponseContainsCodeBlock, false, localize('chatResponseContainsCodeBlockContextKey', "Whether the chat response contains a code block."));
6969

70-
/** The type of chat response, if any */
70+
/** The chat response contains multiple code blocks */
7171
export const responseContainsMultipleCodeBlocks = new RawContextKey<boolean>(TerminalChatContextKeyStrings.ChatResponseContainsMultipleCodeBlocks, false, localize('chatResponseContainsMultipleCodeBlocksContextKey', "Whether the chat response contains multiple code blocks."));
7272

7373
/** Whether the response supports issue reporting */

0 commit comments

Comments
 (0)