This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Open
Conversation
This does not need to live on the service as it's not directly about chat sessions
Remove unused `hasAnySessionOptions` method
… not found" error
* Tweak error message And fix inline type imports Co-authored-by: Copilot <copilot@github.com> * Fix Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: Copilot <copilot@github.com>
Support mov in image carousel
…ons-v2 fix: enable zoom for SVGs without explicit width/height dimensions
agentHost: actually really track (and restore) file edits
* AgentHost: Add remote label to workspace Co-authored-by: Copilot <copilot@github.com> * Fix tests --------- Co-authored-by: Copilot <copilot@github.com>
…text key (#304802) The terminalEditorActive context key was being incorrectly set to false when a terminal in the panel received focus, even though the active editor was still a terminal editor. This happened because TerminalService listened to onDidChangeActiveInstance and set the key based on the active terminal instance's location rather than whether the active editor is a terminal editor. Remove the duplicate terminalEditorActive management from TerminalService since TerminalEditorService already correctly manages this context key via onDidActiveEditorChange, which checks whether the active editor is a TerminalEditorInput. Closes #182979
* remove unnecessary change events * Update src/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Bumps [picomatch](https://github.com/micromatch/picomatch) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@4.0.3...4.0.4) --- updated-dependencies: - dependency-name: picomatch dependency-version: 4.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: add update-branch skill for rebasing session branches * fix: update description for update-branch skill to clarify usage * feat: add sync-upstream skill for rebasing session branches
…5962) * files - speed up glob matching for file events in extension host * partially restore old behaviour
…ction (#305915) * agentHost: Register sessions provider independently of having a connection * fix
…fer installation (#305898) * updating tests * sandbox dependencies check for linux * sandbox dependencies check for linux * review comment * Injecting sandboxhelperservice for web
* improve image carousel accessibility * 💄 comments
* Rename sandbox setting to chat.agent.sandbox (#303421) Rename the top-level sandbox setting from `chat.tools.terminal.sandbox.enabled` to `chat.agent.sandbox` to reflect that sandboxing is a general agent concept, not terminal-specific. - Update setting ID value to `chat.agent.sandbox` - Update description to be more general - Deprecate old `chat.tools.terminal.sandbox.enabled` setting - Update telemetry event name Fixes #303421 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * updating terminal sandbox to agent sandbox --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…306039) * Enable test/test-integration scripts to take file.test.ts arguments The agent likes to use them this way, when it doesn't read the skill Co-authored-by: Copilot <copilot@github.com> * And this * Fixes * update Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: Copilot <copilot@github.com>
…dd sessions picker command (#306053) * refactor: streamline session management in SessionsTitleBarWidget and add Show Sessions Picker action * feat: add Show Sessions Picker action and refactor session actions * feat: enhance session visibility by including active session in filtered list * fix: ensure active session is included in filtered list by matching sessionId * fix: use sessionId instead of URI toString for picked state comparison Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * refactor: reuse SessionItemContextMenuId for title bar context menu Use the same menu ID and context key overlays as the sessions list view instead of hardcoding actions, ensuring consistency. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Sessions - more fixes * fix compilation
Bump notebook milestone
* carousel: fix image loading placeholder * Resolve Comments
…306068) Improve error handling in ResolveSymbolsContextAction by ensuring model reference disposal
…Info (#306082) * PromptsService: cache IPromptDiscoveryInfo, siimplify IPromptDiscoveryInfo * Update src/vs/workbench/contrib/chat/common/promptSyntax/service/promptsService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Sessions - use valid location for quick diff progress * Pull request feedback * Another one
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.
No description provided.