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.
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
…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
Fix/ai search copy all #284498
Clear CSS cache on theme change to prevent stale CSS variable values
make setting experimental again
disable a11y tests for now
* 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
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
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.