Fix codeblock rendering after reload (#244326)

* Fix codeblock rendering after reload
Meant to remove the `renderCodeBlockPills` flag with #244190

* And this one

* Fix build
This commit is contained in:
Rob Lourens
2025-03-22 10:06:04 -07:00
committed by GitHub
parent 4d00d4a6ab
commit bf7d438996
6 changed files with 6 additions and 14 deletions

View File

@@ -1237,7 +1237,6 @@ export class InlineChatController2 implements IEditorContribution {
{
enableWorkingSet: 'implicit',
rendererOptions: {
renderCodeBlockPills: true,
renderTextEditsAsSummary: uri => isEqual(uri, _editor.getModel()?.uri)
}
},