Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Aug 11, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Aug 11, 2021
bpasero and others added 29 commits January 16, 2026 10:11
Revert "Fix 100% CPU on Windows when watched file is deleted (#288003)"

This reverts commit fa78c64.
* Initial plan

* Add context menu actions for session section headers

- Add new `AgentSessionSectionContext` MenuId for section context menus
- Update `ArchiveAgentSessionSectionAction` to appear in section context menu
- Update `UnarchiveAgentSessionSectionAction` to appear in section context menu
- Add new `MarkAgentSessionSectionReadAction` for marking all sessions as read
- Update `agentSessionsControl.ts` to show context menu for section headers

Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>

* .

* .

* Update src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsControl.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsActions.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Initial plan

* Mark session as read when archiving

Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>

* .

* .

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Present cd dir separate to command
Fix error reading log chat session file when clicking back
- Updated color values in 2026-light.json for improved contrast and accessibility.
- Introduced new styles.css file to implement stealth shadows for various UI elements, enhancing visual depth and aesthetics across the workbench.
- Adjusted box-shadow properties for components like the activity bar, sidebar, panel, and editor to create a more cohesive design.
bpasero and others added 13 commits January 20, 2026 06:43
Refactor: Abstract CopyPasteController from DOM clipboard APIs
… to not restore editors (#289055)

* layout - add new settings to always restore 2nd sidebar maximised and to not restore editors

* Update src/vs/workbench/browser/workbench.contribution.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/vs/workbench/browser/layout.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* feedback

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
benibenj and others added 16 commits January 20, 2026 11:34
Fix onChatContextProvider activation event not working

Fixes #280643

The issue was that extensions contributing chat context providers were not being activated when their context providers were needed. This was because the chatContext extension point was missing an activationEventsGenerator.

When an extension contributes a chatContext item in package.json, it also defines an activation event like 'onChatContextProvider:my-chat-context-provider'. However, without the activationEventsGenerator, VSCode didn't know to activate the extension when that context provider was requested.

This commit adds an activationEventsGenerator to the chatContext extension point registration, following the same pattern used in other extension points like chatParticipants. The generator yields 'onChatContextProvider:${contrib.id}' for each chatContext contribution, ensuring extensions are properly activated when their context providers are needed.

Co-authored-by: Alex Ross <38270282+alexr00@users.noreply.github.com>
…text_reflow

Revert "Optimize rendering performance by scheduling DOM updates at the next animation frame in NativeEditContext and TextAreaEditContext"
- Add renderAsync method to CodeEditorWidget for deferred rendering
- Enable postponeRendering in CodeBlockPart.layout() to batch editor layouts
- Implement onDidRemount callback in CodeBlockPart and ChatMarkdownContentPart
  to re-render editors when reconnected to the DOM after virtualization
Improve layout of interactive item container
Make ghost text suggestions more visible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.