-
Notifications
You must be signed in to change notification settings - Fork 30.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chat: fix diff not showing for streaming chat pills
The addition of `typesToSkip` broke because the chat pill looks back for the last undo stop to know what to diff between. See: microsoft/vscode-copilot#13229 (comment) This gets rid of that, and instead allows IChatContentPart to choose not to render a domNode. We can then 'render' undo stops without side-effects and fix the issue. This is kind of special but I feel like this is the cleanest way to do things now, and I can imagine other parts might use this in the future. Fixes microsoft/vscode-copilot#13229
- Loading branch information
1 parent
ac0e8f0
commit 1d0e29a
Showing
2 changed files
with
40 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters