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.

meganrogge and others added 29 commits January 9, 2026 22:55
…fix #285927) (#286181)

* Disable tooltips for Quick Input to prevent obscuring dropdown results  (fix #285927)

* Handle tooltip visibility based on input state (fix #285927)

* Hide tooltip when user starts typing (fix #285927)

* Move logic to inputBox (fix #285927)

* Move code to onValueChange (fix #285927)

* rename hideHoverOnKeyDown to hideHoverOnValueChange (fix #285927)
* Fix native editor shortcuts in integrated browser

* rename
Clear CSS cache on theme change to prevent stale CSS variable values
* Do not override ctrl+shift+g

* Add context_accessibility_mode_enabled
Correct grammar of files.trimTrailingWhitespaceInRegexAndStrings description
Migrate to chat session URI in terminal tool
dmitrivMS and others added 30 commits January 14, 2026 11:18
Contributes towards #279402
Make test/sanity NPM-install independent for faster initialization in the pipeline.
Fixed pipeline and tests ro fully pass on Windows x64 and MacOS x64.
Updated suite/test names to report nicely in ADO.
Ensure temp dir name is expanded on Windows to avoid ~ expansion from CLI.
Removed custom log file now that XML report is supported.
Added option to turn headless browsing on/off.
* Implements inline completion provider change hint

* Fixes tests

* Allows command to set data
* fix: memory leak in createStyleSheet2

* polish

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
fix reading theme defaults in ThemeMainService
Add several new auto approved commands
* Update default styles and add small variant

* Strip other instances where default styles should apply

* Strip overrides from review/comment UI

* Update some buttons in chat

* Polish floating keep/undo action bars

* One off the add model button for now

* Update secondary button styles + common button border for dark modern

* Use small variant for "keep | undo" chat button bar

* Strip overrides from chat confirmations buttons

* Missed one borde radius override

* Fix small variant

* Align keep/undo editor widgets with small button variant and icon button sizes

* Use same border radius for inputs

* Update src/vs/workbench/contrib/chat/browser/media/chatEditorController.css

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

* Update src/vs/base/browser/ui/dialog/dialog.css

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

* Update extensionEditor.css to adjust font weight and border radius for action items

* Update quickInput.css and titlebarpart.css to adjust border radius and padding for improved UI consistency

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: mrleemurray <lee.murray@microsoft.com>
Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Lee Murray <mrleemurray@gmail.com>
* Initial plan

* Add title truncation to integrated browser using existing truncate utility

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

* Add unit tests for browser title truncation

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

* Fix test assertion for truncated title verification

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

* Remove test file as requested

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

* Change MAX_TITLE_LENGTH from 100 to 30 characters

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

* Don't truncate Title

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jruales <1588988+jruales@users.noreply.github.com>
* Start work on handling tool stream

* Start working on rendering tool progress

* Handle complete better

* Inovcation message

* Revert "Inovcation message"

This reverts commit f502d22.

* Reapply "Inovcation message"

This reverts commit 8556686.

* Revert "Reapply "Inovcation message""

This reverts commit 4c4db3a.

* Handle updating progress

* Better messages

* Have progress re-render if content changes

* Fix import

* Move prepare to view layer

* Clean up diff

* Pass tool call id through

* Pin it

* Modify the progress tool flow to use the same part + observables

* Some more debug logs

* Address feedback

* Plumb tool call id through to invoke

* Address connor's typing feedback

* Fix import

* Fix session operation log

* Update src/vs/workbench/contrib/chat/browser/widget/chatContentParts/toolInvocationParts/chatToolConfirmationSubPart.ts

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

* Remove debug logging

* fix wrong enums

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Remove timeout warning, keep running
* Clear promptInputModel value onDidCommandFinish

* Add test

* Remove stale state that doesnt exist anymore

* Fire Empty _onDidChangeInput on promptInputModel  _handlecommandFinish
* ci: check for valid compilation artifacts in alpine stage

* chore: address review feedback

* chore: improve logging
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.