mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
inline chat 2 should never show code blocks (#244846)
fixes https://github.com/microsoft/vscode-copilot/issues/15027
This commit is contained in:
@@ -1237,7 +1237,7 @@ export class InlineChatController2 implements IEditorContribution {
|
||||
{
|
||||
enableWorkingSet: 'implicit',
|
||||
rendererOptions: {
|
||||
renderTextEditsAsSummary: uri => isEqual(uri, _editor.getModel()?.uri)
|
||||
renderTextEditsAsSummary: _uri => true
|
||||
}
|
||||
},
|
||||
this._editor
|
||||
|
||||
Reference in New Issue
Block a user