-
Notifications
You must be signed in to change notification settings - Fork 45
Rebase off of VS Code v1.108.X to support GitHub Copilot in Eclipse Che #626
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
5,530
commits into
che-incubator:main
Choose a base branch
from
cgruver:1.108-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
* agent sessions - more compact serialised state * feedback * more compact
* Initial plan * Add 100ms timeout to symbol completions to prevent UI freezing Co-authored-by: roblourens <[email protected]> * Tweak * And cancellation token --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: roblourens <[email protected]> Co-authored-by: Rob Lourens <[email protected]>
…-toggle Enable `togglePeekWidgetFocus` command for quick diff pick view
Fixes #285505
Fixes #285509
Use remote agent service to pull user home
* Move some tools files * chat/accessibility * Fix this * Move model files into model/ * Move tool invocation into model/ * Move builtinTools under tools/ * Add common/ui/ folder * attachments/ and participants/ * browser/widget/ folder * attachments/ and tools/ * widgetHosts/ * widget/modelPcker/ and context/ * Doc and more organizing * widget/input/ * widget/chatContentParts/ * More cleanup in common/ * Tweak docs, move a file * Break up contrib/ folder * Fix test/ files
…t using ActivationKind.Immediate
Strip quotes as needed from redirection paths
Attempt to improve situation for very early callers of activateByEvent using ActivationKind.Immediate
fix: memory leak in call stack widget
…oltip Combine action and warning tooltip text into a single string in getHoverContents
Fixes #282763
Remove `provideNewChatSessionItem`
Revert "debt - remove AMD support of VSCode for web (#285230)" This reverts commit 74c4ecd.
This reverts commit 31de8ea.
…#284961)" This reverts commit 5d2a6f8.
…en triggerPaste fails (#283571)" This reverts commit fd7fb44.
…2989)" This reverts commit 39b0686.
Revert editor pasting to previous stable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
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?
Rebase of che-code from VS Code 1.108
What issues does this PR fix?
Adds support for github copilot