Skip to content

Commit 47a0dd7

Browse files
committed
Enable math rendering by default in insiders
For microsoft#255243 Looking for additional testing/feedback
1 parent 214eb8e commit 47a0dd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,8 @@ configurationRegistry.registerConfiguration({
387387
},
388388
[ChatConfiguration.EnableMath]: {
389389
type: 'boolean',
390-
description: nls.localize('chat.mathEnabled.description', "Enable math rendering in chat responses using Katex."),
391-
default: false,
390+
description: nls.localize('chat.mathEnabled.description', "Enable math rendering in chat responses using KaTeX."),
391+
default: true,
392392
tags: ['preview'],
393393
},
394394
[ChatConfiguration.AgentSessionsViewLocation]: {

0 commit comments

Comments
 (0)