Skip to content

Conversation

@evandrocoan
Copy link
Member

The upstream repository Microsoft/vscode@main has some new changes that aren't in this fork. So, here they are, ready to be merged!

This Pull Request was created programmatically by the githubpullrequests.

benibenj and others added 29 commits December 19, 2025 14:34
Restrict terminal.integrated.windowsUseConptyDll
Fix notebooks gutter indicator arrow not showing
…lt-cmd-icon

Fix: use codicon id for Command Prompt default profile icon
Brings in further improvements to handling of write backpressure. After
this we no longer throttle at all which means that for older versions of
bash at least on macOS interleaving is possible, but pasting and sending
should be near instantaneous for any reasonable amount of text. I
measured zsh injesting 5mb of data in ~14 seconds.

See:

- microsoft/node-pty#835
- microsoft/node-pty#837
- microsoft/node-pty#839

Part of #246204, #283056
Move terminal run recent to use a button toggle
* dont use IW editors in explicit context

* set to undefined
* Watch and remove file attachments that are deleted

* PR feedback

* PR feedback
…nsions-overlay

Terminal: show dimensions overlay while resizing
Fixees two bugs:
1. the count was rendering over button-based toggles
2. the positioning was not being reset when there were no toggles
Since it's just opening to settings, let's make it a button instead of a toggle. I also moved it from being an input button to an inline one which makes more sense since it takes you out of the picker.

Maybe worth considering in a follow up turning this into a toggle (using the new `.toggle` property on `IQuickInputButton`) and then having the toggle turn the detection mode on and off. Modifying the setting without having to go to the settings view.
input is actually the buttons in the input.
…ation (#284541)

Same behavior, but now you don't have to maintain a Toggle.
Tyriar and others added 30 commits January 2, 2026 10:43
I just don't think this is really necessary
Fix #280778
…-null

Do not assume stdio fields to be defined when spawning a child process.
Fix width of terminal inline chat
…etParent-crash

Handle more cases in scmViewPane.getParent
Allow git `ls-files` and `--no-pager`/`-C <path>` args before sub-command
Auto approve immediately if only warning blocked it
…put (#285740)

* Initial plan

* Fix Space key triggering checkbox toggle when typing in quick open input

Add InputFocusedContext.negate() to the when clause of quickInput.toggleCheckbox
to ensure Space only toggles checkboxes when the input box is not focused.

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

* Fix Space key triggering checkbox toggle when typing in quick open input

Add proper when clause to quickInput.toggleCheckbox that includes:
- inQuickInputContext
- quickInputType check (QuickPick or QuickTree)
- InputFocusedContext.negate() to prevent triggering when input is focused

This ensures Space only toggles checkboxes when the input box is not focused,
allowing users to type spaces in the quick open input field.

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
* Add some more logging for MCP Auth

* Change the log level so users can self-service configuration issues better

* Add a telemetry event
…process-2

fix: memory leak in terminal process
fix: fix terminal webgl context memory leak
Fix tests that failed in environments where `XDG_DATA_HOME` is set
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.