mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
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:
@@ -1237,7 +1237,6 @@ export class InlineChatController2 implements IEditorContribution {
|
||||
{
|
||||
enableWorkingSet: 'implicit',
|
||||
rendererOptions: {
|
||||
renderCodeBlockPills: true,
|
||||
renderTextEditsAsSummary: uri => isEqual(uri, _editor.getModel()?.uri)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user