forked from microsoft/vscode
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Update from Microsoft/vscode@main #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
evandrocoan
wants to merge
10,000
commits into
evandroforks:master
Choose a base branch
from
microsoft:main
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,567,990
−713,202
Conversation
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
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
…nal and manual resize
node-pty@1.1.0-beta43
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.
Add preventShellHistory feature
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
Fixes #285744
…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
Auto approve Out-String
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The upstream repository
Microsoft/vscode@mainhas 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.