-
Notifications
You must be signed in to change notification settings - Fork 45
Rebase off of VS Code v1.107.X to support GitHub Copilot in Eclipse Che #612
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
Draft
cgruver
wants to merge
4,506
commits into
che-incubator:main
Choose a base branch
from
cgruver:1.107-dev
base: main
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
Add SKU plan and type to account and inline suggestions
…ffee Take first identifier rename as a rename and possible other renames as others.
…pphire Adjust padding and font size in chat view title container
* Fixes microsoft/vscode-internalbacklog#6163 * Fixes CI * Fixes CI
The release/build date of VS Code (UTC) in the format yyyymmddHH.
…h-ivory Update filter icons & add new codicons: `unarchive` and `session-in-progress`
revert chatSession registration tweaks from microsoft/vscode#280738
* Add 'infer' also for target: github-copilot * fix * fix test
* Extension API to notify changes to chat session options * UpdatesÏ * Fix tests * Updates
* Initial plan * tweaks --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
…ix #281146) (#282439) * Agent sessions: “Hide Agent Sessions Sidebar” resets sidebar width (fix #281146) * address feedback
chat: store state for empty sessions separately to allow reuse
fix #282622. pin terminal serialized tool call
…(#282871) * Restrict set of tools when agent mode setting is disabled (#282623) * restrict set of tools when agent mode setting is disabled (microsoft/vscode-internalbacklog#6432) * include read/search/web * tweaks to #282623 (#282889) * update chat.agent.enabled description * code suggestions * includeDisabled bug
…hen widget gets created microsoft/vscode#283017
Fixes microsoft/vscode#282992 (#283034) Co-authored-by: Henning Dieterichs <hdieterichs@microsoft.com>
fix word replacement view clicking
Make sure to not create widget eagerly
chatSessionService#onDidChangeOptionGroups
fix thinking not finishing
* Update status widget setting availability * Update chat configuration tags to include 'advanced'
… single extension (#282912) * handle when more than chatAgentRecommendation come from a single extension * bump distro to latest release branch commit microsoft/vscode-distro@0a18739
* Support for NeedsInput response status * adopt the icon --------- Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
* fix no working spinner for certain tool calls * remove extra thinking part check
…`EligibleForAutoApproval` (#283914) check the end part of `legacyToolReferenceFullNames` when evaluating `EligibleForAutoApproval` (#283887) * check the end part of legacyToolReferenceFullNames when evaluating EligibleForAutoApproval * improve * tests
…" (#283997) Revert "Use the view coordinate system for the initial line selection (#277415)" This reverts commit 2050570.
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.
What does this PR do?
This PR is a rebase of Che-code off of Upstream VS Code v1.107
What issues does this PR fix?
The primary purpose of this rebase is to test support for the new open source GitHub Copilot Chat extension.
How to test this PR?
Does this PR contain changes that override default upstream Code-OSS behavior?
git rebasewere added to the .rebase folder