Conversation
…ndling in inactive state
Include modern default theme files in 2026 Dark and Light themes
Enhance dark theme with brightness reduction for better contrast
…-mink Update titlebar styles for improved opacity handling
… inline completions).
* Render update action button in release notes webview * PR feedback
Due to recent attacks on the JavaScript ecosystem I decided to add `ignore-scripts=true` to `~/.npmrc`. However, the VSCode repository depends on npm scripts for local development. To support this situation, I added `ignore-scripts=false` to `.npmrc` in the repo.
…er-gibbon Update button and badge colors in 2026 Dark theme for better visibility
* modal dailog tweaks * .
…ippopotamus Update extension button styles and improve button hierarchy in extension detail view
* Fix some leaks Part of #293200 * Copilot PR feedback
…ments (#292818) * Initial plan * Fix text/uri-list transformation in tree view drag and drop for remote environments Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com> * Improve variable naming in handleDrag test Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* fix leaking disposables in event handler registrations Fixes memory leaks caused by using this._register() inside callbacks that fire multiple times. Each call added entries to the disposable store that were never cleaned up. Fixes: - problemCollectors: register inside onModelRemoved handler - loadedScriptsView: session listeners without per-session cleanup - debugActionViewItems: existing sessions not tracked for cleanup - terminalTaskSystem: register inside terminate() method - textAreaEditContextInput: register inside runAndSubscribe callback - terminal.history.contribution: register inside onDidAddCapability - terminalInstance: nested register in capability handler - storageMainService: per-profile listeners accumulating * fix leaking disposables in storage test
* Initial plan * Update session projection to use MODAL_GROUP for editors Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com> * Simplify chatEditingSession to always use editorService with ACTIVE_GROUP default Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com> * Revert unneeded changes to chatEditingSession and chatEditingService Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com>
…etting Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com>
Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com>
Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com>
…ay-chickadee Restore box-shadow for activity bar in nosidebar layout
Adjust z-index values for UI elements
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.0 to 1.11.1. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.6.0...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [webpack](https://github.com/webpack/webpack) from 5.100.0 to 5.105.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.100.0...v5.105.0) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.105.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps ghcr.io/devcontainers/features/rust from 1.3.3 to 1.5.0. --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/rust dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…92929) Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.25.2 to 1.26.0. - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](modelcontextprotocol/typescript-sdk@v1.25.2...v1.26.0) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ns list when stacked (#293506) * chat / sessions - adopt `max-width` rule for session title and sessions list when stacked * Update src/vs/workbench/contrib/chat/browser/widgetHosts/viewPane/media/chatViewPane.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/vs/workbench/contrib/chat/browser/widgetHosts/viewPane/media/chatViewTitleControl.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add onDidExecuteHook event to HooksExecutionService * Fix MockHooksExecutionService to include onDidExecuteHook event * Extend Disposable instead of using DisposableStore * Fire onDidExecuteHook event even when no hooks are registered * Fixes
* Improve tests * Handle multiple post/preToolUse hooks more correctly
* feat: add vision policy handling for image attachments * Initial plan * Make IDefaultAccountService optional in image attachment widgets Made IDefaultAccountService optional in ImageAttachmentWidget and NotebookCellOutputChatAttachmentWidget to prevent test failures when the service is not stubbed. This follows the existing pattern with ITerminalService and treats missing policy data as "enabled" (vision allowed). Co-authored-by: cwebster-99 <60238438+cwebster-99@users.noreply.github.com> * add service stub to workbenchTestServices * use entitlements service * Update warning message and remove unused imports * hygeine --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: justschen <justchen@microsoft.com> Co-authored-by: Justin Chen <54879025+justschen@users.noreply.github.com>
Implements drag-and-drop functionality to reorder steering and queued pending messages within their respective groups. When more than one message of the same kind is pending, a gripper handle appears on hover that enables dragging to reorder. - Adds ChatPendingDragController to manage drag state, insertion indicators, and reorder logic via event delegation on the list container, keeping logic cleanly isolated from the renderer - Attaches drag handles to pending request rows via the renderer with one-way binding; reorder operations call chatService.setPendingRequests which automatically triggers the full refresh chain - Prevents cross-group reordering: steering messages stay within steering, queued messages stay within queued - Adds CSS for drag handle visibility on hover, dragging state opacity, and insertion indicator positioning - All changes compile cleanly with no layering violations Fixes #293473 (Commit message generated by Copilot)
* Support for confirmation with custom buttons via toolcall * Updated tests
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.7 and updates ancestor dependency [dmg-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/dmg-builder). These dependencies need to be updated together. Updates `tar` from 6.2.1 to 7.5.7 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.2.1...v7.5.7) Updates `dmg-builder` from 26.5.0 to 26.7.0 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/dmg-builder/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/electron-builder@26.7.0/packages/dmg-builder) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.7 dependency-type: indirect - dependency-name: dmg-builder dependency-version: 26.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Enable npm scripts
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )