Skip to content

Commit cf324db

Browse files
authored
Merge pull request microsoft#259692 from mjbvz/naughty-gerbil
Enable math rendering by default in insiders
2 parents 203abe1 + 47a0dd7 commit cf324db

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)