Skip to content

[pull] main from microsoft:main#183

Open
pull[bot] wants to merge 10000 commits intots-lang:mainfrom
microsoft:main
Open

[pull] main from microsoft:main#183
pull[bot] wants to merge 10000 commits intots-lang:mainfrom
microsoft:main

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 : )

mjbvz and others added 28 commits February 12, 2026 23:39
)

* Initial plan

* feat: double-click modal editor header to toggle maximize, fix outline leak

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@gmail.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
* Show warning when claude code hooks are detected but disabled

* Fix

* Tweak label

* Fix
* feat: add UsagesTool for finding code symbol usages and implement related tests

* feat: handle late-registered tools in LanguageModelToolsExtensionPointHandler

* feat: enhance UsagesTool to utilize ISearchService for symbol searches and improve reference classification
Add support for reduced transparency in accessibility settings
…ibbon

Enhance quick input widget styling for better visibility and interaction
The tests were failing on Windows because the sandbox service returns false from isEnabled() when running on Windows. Fixed by making MockRemoteAgentService return a Linux remote environment, simulating a remote connection which allows the tests to pass on all platforms.

Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com>
…idae

Update codicons version and add 'openInWindow' icon
* fix: memory leak in tunnel view

* fix: memory leak in tunnel view

* fix: memory leak in tunnel view

* Some clean up

---------

Co-authored-by: Alex Ross <38270282+alexr00@users.noreply.github.com>
- Implemented copyAllNonTsFiles() for transpile/dev builds to copy all non-TS files from src/ to output, aligning with previous gulp behavior.
- Retained copyResources() for production builds using curated resource patterns.
- Removed unnecessary devOnlyResourcePatterns and testFixturePatterns.
- Updated watch mode to accept any non-TS file changes.
Copilot AI and others added 30 commits February 17, 2026 22:18
* Initial plan

* Add lock group feature when opening integrated browser side-by-side

Co-authored-by: jruales <1588988+jruales@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jruales <1588988+jruales@users.noreply.github.com>
Instead of always showing the `eyeClosed` icon, show the `eye` or `eyeClosed` icon depending on the current visibility.
…als (#295073)

* Support multi-root external terminal selection

* Dont use any

* Can I get rid of unknown?

* unknown to any

* edit tests

* try fix test

* better types?

* Use service directly
* Fix tsgo ext build problem matching

* Update .vscode/tasks.json

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

* Fix double timestamp

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Fixes an issue where stopping a chat session would fail to cancel the
request when a message was queued. The problem occurred because queued
messages could replace the pending request before the finally block
attempted to delete it.

The fix stores a reference to the CancellableRequest and checks that it
matches before deleting, preventing race conditions between queued messages
and request cancellation.

Fixes #295022

(Commit message generated by Copilot)
* revamp model picker

* implement new model picker and enable it in sessions window

* cleanup

* Apply suggestion from @Copilot

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

* Update src/vs/workbench/contrib/chat/browser/widget/input/chatModelPicker.ts

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

* feedback

* fix color

* revert

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* queuing: interrupt when messages are sent during confirmation

Got this feedback from a few people that steering/queuing during a tool
call confirmation should just cancel the confirmation and send the
message. This does that.

Also cleans up the opt-in setting I had added initially that was only
partially working, now that the feature has shipped.

* comments
* improved yaml parser

* Update src/vs/workbench/contrib/chat/common/promptSyntax/promptFileParser.ts

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Try to align `scanBuiltinExtensions` with new esbuild changes
…og (#293837)

* fix: return undefined when user canceled input

* fix: resolve eslint warning local/code-no-any-casts
Fix global /hooks stealing claude /hooks
Safeguard for anything else that might be breaking
* Polish chat confirmation widget styling

* Fix padding
)

* Revert toolbar icons and labels to use foreground instead of descriptionForeground

* Remove rule
Disallow tools running on canceled/complete chat requests
Fix changes view visibility and add auxiliary bar contribution
* add console to chat from integrated browser

* address some comments and change icon
- Chat session loads, katex has not yet been loaded
- ListView really wants to render from the top down so it checks the heights of some elements at the top
- Katex not loaded, so we don't render markdown at all
- Measured element height is very wrong
- But we initialize scroll all the way down so those elements don't get a chance to fix their height
- When scrolling up, we render an element and it is resized massively from the previous estimate, content shifts down
Fix /agents to open agent picker instead of agent configuration
* Bump xterm to enable kitty images

* edit comment about gpu acceleration+kitty

* Update to 162

* Update please

* Mention enable transparency mode

* Stop messing with git

* Update to 165
* Browser: Managed CDP context groups

* layering

* feedback

* Fail fast

* two-way lookup

* feedback, cleanup
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.