Skip to content

Commit

Permalink
Update src/vs/workbench/contrib/terminalContrib/chat/browser/terminal…
Browse files Browse the repository at this point in the history
…Chat.ts
  • Loading branch information
meganrogge authored Mar 28, 2024
1 parent c8f8dea commit a27c843
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export namespace TerminalChatContextKeys {
/** Whether the terminal chat agent has been registered */
export const agentRegistered = new RawContextKey<boolean>(TerminalChatContextKeyStrings.ChatAgentRegistered, false, localize('chatAgentRegisteredContextKey', "Whether the terminal chat agent has been registered."));

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

/** The chat response contains multiple code blocks */
Expand Down

0 comments on commit a27c843

Please sign in to comment.