Daniel Imms
21e6118b0c
Resolve cwd for analyzers/rewriters in single place
...
Part of #274496
2025-11-01 07:46:46 -07:00
Daniel Imms
cd677c28fe
Remove instance from analyzer options
2025-11-01 07:34:46 -07:00
Daniel Imms
b688f7c67f
Simplify tests
2025-11-01 06:31:27 -07:00
Daniel Imms
bc54d719c9
Move tests into new files
2025-11-01 06:29:38 -07:00
Daniel Imms
5fb77312a5
Make command re-writing pluggable
...
Fixes #274496
2025-11-01 06:18:35 -07:00
Ladislau Szomoru
69e17b67f1
Git - add more commands to repositories view ( #274484 )
...
* Git - add actions to delete branch/tag
* Fix rebase action label
* Git - add more commands
2025-11-01 13:27:56 +01:00
Ladislau Szomoru
c0755c9484
Git - add actions to merge/rebase to repositories view ( #274480 )
2025-11-01 08:08:31 +00:00
Ladislau Szomoru
6c86512615
Git - use different icon for current branch + code cleanup ( #274479 )
2025-11-01 07:56:16 +00:00
Copilot
63553dfa36
Add attachment removal instructions to chat accessibility help dialog ( #274409 )
2025-10-31 21:44:04 -04:00
Bryan Chen
2aa6fbc7ab
Merge pull request #274441 from microsoft/brchen/mcp-echo-error
...
Fixed error in starting mcp server on windows
2025-10-31 17:26:49 -07:00
Bhavya U
b22b363582
Remove query-selector use from todo widget ( #274456 )
2025-10-31 17:04:02 -07:00
Bhavya U
9c6735c876
Remove chat suggest-next RunOnceScheduler and call render directly ( #274446 )
2025-10-31 16:58:47 -07:00
Tyler James Leonhardt
7a6e7ad568
bump endgame notebook ( #274457 )
2025-10-31 23:54:55 +00:00
Peng Lyu
ac5fbd2b87
Merge pull request #274440 from microsoft/rebornix/monetary-falcon
...
Improve chat session description row alignment
2025-10-31 15:24:30 -07:00
Peng Lyu
a520805118
Merge pull request #272837 from microsoft/dineshc/searchAgentSessions
...
Enabled search in agent sessions panes for GH coding agent, local ses…
2025-10-31 15:14:40 -07:00
Ladislau Szomoru
edf5868b02
SCM - more improvements to the repositories view ( #274438 )
...
* SCM - tweak artifact folder compression
* SCM - fixed more commands and layout
* SCM - more compression changes
2025-10-31 21:49:50 +00:00
Megan Rogge
ff488e306c
persist command in pty service, refactor how commands are restored on window reload for inline chat terminal ( #274417 )
2025-10-31 14:48:26 -07:00
Takashi Tamura
03079e9f6f
Prevent quickInput.accept from firing during IME composition. Fix #272407 ( #273453 )
2025-10-31 21:47:41 +00:00
Peng Lyu
9a1dbb08ff
resolve comments.
2025-10-31 14:34:47 -07:00
Bryan Chen
d3bdc2e8d5
Fixed error in starting mcp server on windows
2025-10-31 14:22:31 -07:00
Copilot
58cbc9d47e
Reverse agent and model order in chat input aria label ( #274410 )
2025-10-31 17:20:18 -04:00
Peng Lyu
9a385fd66e
Improve chat session description row alignment
2025-10-31 14:13:32 -07:00
Tyler James Leonhardt
7707e8cdc7
Add Manage Extension Account Preferences to the Account Menu to make it more discoverable ( #274424 )
...
I've gotten an increased number of issues related to switching Copilot account preferences. This will help users self service that because right now it's only available via the Command Palette, on the Extension view item, or in other hard to find places.
2025-10-31 20:30:34 +00:00
Alexandru Dima
dfeaceca69
Fix another problem in SparseMultilineTokensStorage ( #274415 )
2025-10-31 13:07:08 -07:00
Matt Bierner
d9d1b03c6b
Merge pull request #274402 from mjbvz/dev/mjbvz/rear-fox
...
More sessionId -> sessionResource conversation
2025-10-31 11:52:16 -07:00
Osvaldo Ortega
444b1cb403
Command to create worktrees with defaults ( #268398 )
...
* Command to create worktrees with defaults
* Update extensions/git/src/commands.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-31 11:39:12 -07:00
Megan Rogge
cd4abdd71c
only show chat terminal hint if there are hidden terminals ( #274399 )
2025-10-31 18:34:55 +00:00
Justin Chen
201303499f
fix some padding and styling for todos ( #274400 )
2025-10-31 18:27:17 +00:00
Matt Bierner
a1f7be35bf
More sessionId -> sessionResource conversation
...
- Adopting for code blocks
- Switching to use safer `LocalChatSessionUri.parseLocalSessionId` in a few more spots
- Adopting for some contexts and a few more apis
2025-10-31 11:25:00 -07:00
Joaquín Ruales
91674efef2
Revert back to using "Workspace" as group label for prompt file picker ( #274393 )
...
Mitigates Issue #274004 (introduced in PR #271952 ) where ".github/instructions" was even showing up for other non-instruction pickers like the Prompts picker. Now we go back to showing "Workspace"
With this change, the instructions picker will now have these three categories:
* Workspace - includes scoped instruction files in the workspace. Before the change in this PR, this used to say ".github/instructions"
* Agent Instructions - includes copilot-instructions.md and AGENTS.md files.
* User Data - includes scoped instruction files at the user level
2025-10-31 10:43:27 -07:00
Matt Bierner
59e61b2ec3
Merge pull request #274385 from mjbvz/dev/mjbvz/outer-piranha
...
More sessionId -> sessionResource conversation
2025-10-31 10:36:13 -07:00
Connor Peet
e7063184d9
edits: fix unsoundness in edit grouping implementation ( #274378 )
...
* edits: fix unsoundness in edit grouping implementation
Closes #272679
* lint
2025-10-31 17:24:00 +00:00
Matt Bierner
49c15a81d1
More sessionId -> sessionResource conversation
...
- Update todo list manager
- Update a few more events/apis to use resources
- Mark a few more sessionId props deprecated
2025-10-31 09:41:28 -07:00
Matt Bierner
de3dcaeb10
Merge pull request #274250 from mjbvz/dev/mjbvz/common-xerinae
...
Use session resources for code block collection
2025-10-31 09:38:53 -07:00
Dmitriy Vasyura
37013ed8be
Make isDefault glob pattern for task case-insensitive ( #274286 )
2025-10-31 12:35:33 -04:00
Dmitriy Vasyura
02b5a422c9
Use case-insensitive glob in AuthenticationService ( #274229 )
...
* Use case-insensitive glob in AuthenticationService
* PR feedback
2025-10-31 09:33:40 -07:00
Matt Bierner
c528d27937
Fix caller
2025-10-31 08:59:34 -07:00
Matt Bierner
51f479bfb8
Merge branch 'main' into dev/mjbvz/common-xerinae
2025-10-31 08:59:01 -07:00
Dmitriy Vasyura
730feccc7e
Make applyTo glob pattern in prompt instructions case-insensitive ( #274284 )
2025-10-31 16:42:14 +01:00
Ladislau Szomoru
7d4efa76db
Git - standardize artifact description ( #274367 )
2025-10-31 15:39:42 +00:00
Sandeep Somavarapu
d9476794e7
more feedback ( #274366 )
2025-10-31 15:36:51 +00:00
Lee Murray
db6e1184c6
Merge pull request #272715 from microsoft/mrleemurray/peculiar-shrew-silver
...
Adjust extension editor layout and spacing
2025-10-31 15:34:01 +00:00
Benjamin Christopher Simmonds
f6a89979f1
Fix hover display for nested targets ( #274363 )
...
fix showing hover for nested hover targets
2025-10-31 15:28:49 +00:00
Johannes Rieken
3b48ce4060
only enable undo/keep keybindings when cursor is inside the respective hunks ( #274361 )
...
https://github.com/microsoft/vscode/issues/258281
2025-10-31 15:12:49 +00:00
Ladislau Szomoru
e69a45d855
SCM - disable context menu on incoming/outgoing changes nodes ( #274355 )
2025-10-31 15:44:45 +01:00
Ladislau Szomoru
e82ab3b366
SCM - add more commands to the repositories view ( #274352 )
...
* SCM - artifact tree improvements
* Add support for compression
* Add more commands
2025-10-31 15:44:15 +01:00
Benjamin Christopher Simmonds
4b1a7b8b8c
Merge pull request #274353 from microsoft/benibenj/sound-sparrow
...
Add codenotify
2025-10-31 15:25:06 +01:00
Johannes Rieken
3628ca5516
Inline chat v2 UI work ( #274338 )
...
* disable auto-accept for inline chat
* hide inline chat via ESC more
* inline - render picker below input
* remove unneccessary v2 actions
* fix `Enter` to only accept from input when there is no new text typed
* custom placeholder, use prompt as placeholder while request is on
* no min width for inline chat widget
2025-10-31 12:54:32 +00:00
Sandeep Somavarapu
37f883f2df
feedback ( #274335 )
2025-10-31 12:37:48 +00:00
Dmitriy Vasyura
e6d31b33fd
Use target OS case-sensitivity when matching terminal completion resource glob pattern ( #274299 )
2025-10-31 05:20:28 -07:00